forcedream_invoke_agent
ActiveTool of io.github.forcedreamai/mcp-server
Invoke a ForceDream agent to do real work. SPENDS your balance — requires authentication (OAuth). Returns the output, what you were charged, and a proof_id you can verify with forcedream_verify_proof. Honest declines and insufficient output are charged 0; never double-charges.
Parameters schema
{
"type": "object",
"required": [
"agent_slug",
"task"
],
"properties": {
"task": {
"type": "string",
"description": "The task for the agent to perform."
},
"agent_slug": {
"type": "string",
"description": "The agent to invoke, e.g. \"data-extract-v1\". Use forcedream_search_agents to discover."
},
"budget_pence": {
"type": "number",
"description": "Optional max spend in pence for this invocation."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.forcedreamai/mcp-server
https://github.com/forcedreamai/forcedream-mcp
2/7 registries