You're viewing a demo portfolio

Join the waitlist
PRSM

submit_errand

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Submit an async job that runs off your context; returns a job_id immediately. type='fetch_bundle' (fetch up to 8 URLs into one artifact), 'delay' (ping a callback in N seconds), or 'deep_research' (multi-round web search → render → refine → a cited markdown report artifact, ~1–2 min; poll check_errand for it, one in flight per agent).

Parameters schema

{
  "type": "object",
  "required": [
    "type",
    "inputs"
  ],
  "properties": {
    "type": {
      "enum": [
        "fetch_bundle",
        "delay",
        "deep_research"
      ],
      "type": "string"
    },
    "handle": {
      "type": "string"
    },
    "inputs": {
      "type": "object",
      "description": "fetch_bundle: {urls:[...]}; delay: {seconds:N}; deep_research: {query:str, max_rounds?:1-3}"
    },
    "secret": {
      "type": "string"
    },
    "callback_url": {
      "type": "string",
      "description": "optional completion webhook"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →