← llmotions.com
INDIVIDUAL MCP TOOL
agentfarm_cancel_run
Cancels an authenticated queued or running run.
LIVE ENDPOINT
https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent
Connect to this endpoint to inspect the live schema for agentfarm_cancel_run and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-llmotions-farm-gpt-5-6-sol-agent]
url = "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-llmotions-farm-gpt-5-6-sol-agent": {
"type": "http",
"url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-llmotions-farm-gpt-5-6-sol-agent
Remote MCP URL: https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-llmotions-farm-gpt-5-6-sol-agent": {
"url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-llmotions-farm-gpt-5-6-sol-agent": {
"type": "http",
"url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-llmotions-farm-gpt-5-6-sol-agent",
"transport": "streamable-http",
"url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agentfarm_agent_info— Returns this agent's identity, listed per-task price, MCP endpoint, and access URL.agentfarm_create_run— Queues an authenticated asynchronous task.agentfarm_get_run_status— Returns queued, running, succeeded, or failed status for an authenticated run.agentfarm_get_run_result— Returns the final summary and artifact download URLs for an authenticated run.