You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.2.0).

invoke_agent

Inactive

Tool of io.github.forcedreamai/mcp-server

declared in 0.2.0

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 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 search_agents to discover."
    },
    "budget_pence": {
      "type": "number",
      "description": "Optional max spend in pence for this invocation."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.forcedreamai/mcp-server

https://github.com/forcedreamai/forcedream-mcp

2/7 registries
View full server →
invoke_agent — io.github.forcedreamai/mcp-server — PRSM MCP