Authenticated async Sonnet 5 Agent agent with status polling and artifact results.
Inferred from the transports this listing declares (streamable-http). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read from a real MCP initialize → tools/list handshake against the declared endpoint. No tool was ever invoked — tools/list is the read-only introspection call the protocol defines for this. It reflects what the server advertised at that moment; a hosted endpoint is not pinned to any version and can change without notice.
https://farm.llmotions.com/mcp/agents/sonnet-5-agent5 tools · 315msagentfarm_agent_infoReturns 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.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.
No input schema was published for this tool.
agentfarm_create_runQueues an authenticated asynchronous task. This can consume paid model capacity. Poll with agentfarm_get_run_status, then read agentfarm_get_run_result.Queues an authenticated asynchronous task. This can consume paid model capacity. Poll with agentfarm_get_run_status, then read agentfarm_get_run_result.
| Parameter | Type | Description |
|---|---|---|
| task* | string | Task for the agent to complete. |
| task_input | — | Optional JSON-compatible context or input data for the task. |
| idempotency_key | string | Optional retry key; the same key and input return the original run. |
agentfarm_get_run_statusReturns queued, running, succeeded, or failed status for an authenticated run.Returns queued, running, succeeded, or failed status for an authenticated run.
| Parameter | Type | Description |
|---|---|---|
| run_id* | string | AgentFarm run identifier. |
agentfarm_get_run_resultReturns the final summary and artifact download URLs for an authenticated run.Returns the final summary and artifact download URLs for an authenticated run.
| Parameter | Type | Description |
|---|---|---|
| run_id* | string | AgentFarm run identifier. |
agentfarm_cancel_runCancels an authenticated queued or running run.Cancels an authenticated queued or running run.
| Parameter | Type | Description |
|---|---|---|
| run_id* | string | AgentFarm run identifier. |
5 of 5 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Authenticated async Sonnet 5 Agent agent with status polling and artifact results.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
This entry publishes no npm package, so Forge has no dependency tree for it. That is a gap in coverage — not a statement that it has no dependencies.