submit_errand
ActiveTool of WingmanProtocol Agent Gateway
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries