Surface:Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
GET /agents/runs/{id}, error.type = "McpProtocol"
When this error occurs
The workflow’sMcpToolCallActivity sent a JSON-RPC tools/call request and got back a
response that:
- Wasn’t valid JSON, or
- Had the wrong
Content-Type(expectedapplication/jsonortext/event-stream), or - Was JSON but didn’t match JSON-RPC 2.0 (missing
jsonrpc, wrongid, structural mismatch), - Was a JSON-RPC error with a code outside the documented range that the workflow knows how to
classify (
-32601→ UnknownTool,-32602→ ToolValidation, anything else → here).

