Errors
MCP errors
Tool input and business failures are returned as MCP tool errors so the calling model can inspect and correct them. Common identifiers include:model_capability_not_foundmcp_models_and_categories_are_mutually_exclusivemcp_model_filter_limitmcp_category_filter_limitmcp_typed_tool_limit
Retry decisions
Do not blindly retry a paid failure. Submission retries are not deduplicated and may create another task and charge. Inspect the normalized error and confirm whether the original request created a task before resubmitting.
Tools are missing
Restart the MCP server or begin a new client session after changing its URL or filters. Confirm thatmodels and categories are not used together and that the typed-tool limits are not exceeded.
Chat is not streaming
This is expected forpoyo_chat: it returns one complete Tool Result. Use a native chat REST endpoint or poyo chat --stream for token SSE.
