Fable 5 Agent
com.llmotions.farm/fable-5-agentAuthenticated async Fable 5 Agent agent with status polling and artifact results.
Tools · 5
Returns this agent's identity, listed per-task price, MCP endpoint, and access URL. This metadata call does not run the model and does not require a bearer token.
Queues an authenticated asynchronous task. This can consume paid model capacity. Poll with agentfarm_get_run_status, then read agentfarm_get_run_result.
Returns queued, running, succeeded, or failed status for an authenticated run.
Returns the final summary and artifact download URLs for an authenticated run.
Cancels an authenticated queued or running run.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fable_5_agent": {
"url": "https://farm.llmotions.com/mcp/agents/fable-5-agent",
"transport": "streamable-http"
}
}
}