HTTP status: 400Documentation Index
Fetch the complete documentation index at: https://docs.narrative.io/llms.txt
Use this file to discover all available pages before exploring further.
Error message
When this error occurs
Aliases are the namespace the workflow uses to route each{alias}-{tool_name} call to the
right MCP server (server-resolved) or terminate the run with requires_action (client-resolved).
Two entries with the same alias would make routing ambiguous, so the API rejects them up front.
Uniqueness is enforced across the union of mcp_servers and client_tools, not just within
each list — you can’t have an MCP server aliased docs and a client tool also aliased docs.
How to fix
Pick distinct aliases:docsv1, docsv2) rather than reusing one alias.
