Prefer raw CallToolResult, ReadResourceResult, or GetPromptResult returns. These helpers remain for upgrade compatibility and map to the official wire envelopes.
Create a structured JSON object tool result.
Object payload type.
Object (or array — forwarded to array) to return.
Tool result with JSON text and structuredContent.
structuredContent
Prefer { content: [{ type: "text", text: JSON.stringify(data) }], structuredContent: data }.
{ content: [{ type: "text", text: JSON.stringify(data) }], structuredContent: data }
Deprecated
Prefer raw CallToolResult, ReadResourceResult, or GetPromptResult returns. These helpers remain for upgrade compatibility and map to the official wire envelopes.