MCP Advanced

MCP Tool-Call Stream

SSE-stream of a tool call envelope.

post/mcp/tool-call-stream

Request body

toolstring required
argsobject
language'uk' | 'en' | 'ru' | 'es' | 'pl' | 'de' | 'fr' | 'it' | 'pt'

Response

Server-sent events. Each frame is data: followed by a JSON object: {"type":"tool-start","tool","args"}, then {"type":"progress","stage","text"} per stage, then {"type":"done","tool","language","note"}.

Changes

Changed in 1 of the 13 revisions of this API.11

  • 6828e560956411See the full diff
    • removed the media type application/json for the response with the status 200

      response-media-type-removed

    • added the media type text/event-stream for the response with the status 200

      response-media-type-added