submit_errand

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_e...

SERVERGateway SOURCEhttps://wingmanprotocol.com/mcp
High RISK CLASS
Category Execute
Parameters 52 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/com-wingmanprotocol-agent-gateway/submit-errand.md

What submit_errand does on Gateway

AI agents invoke submit_errand to trigger actions in Gateway. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
type string Yes
handle string
inputs object Yes fetch_bundle: {urls:[...]}; delay: {seconds:N}; deep_research: {query:str, max_rounds?:1-3}
secret string
callback_url string optional completion webhook

Parameters from the server's own tool schema.

Why submit_errand is rated High

This tool triggers external async operations — fetching URLs, invoking callbacks, and performing multi-round web searches — all of which have external side effects dependent on the arguments provided. It spans Execute territory clearly.

From the tool's definition 'Submit an async job that runs off your context'; types include 'fetch_bundle' (fetch up to 8 URLs), 'delay' (ping a callback), 'deep_research' (multi-round web search → render → refine → cited markdown report)

Risk signalsAccepts URL/endpoint input (callback_url) · Handles credentials or secrets (secret)

Questions about submit_errand

What does the submit_errand tool do? +

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). It is categorised as a Execute tool in the Gateway MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does submit_errand accept? +

submit_errand accepts 5 parameters: type, handle, inputs, secret, callback_url. Required: type, inputs. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on submit_errand? +

Register the Gateway MCP server in PolicyLayer and add a rule for submit_errand: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Gateway. Nothing to install.

What risk level is submit_errand? +

submit_errand is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit submit_errand? +

Yes. Add a rate_limit block to the submit_errand rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block submit_errand completely? +

Set action: deny in the PolicyLayer policy for submit_errand. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides submit_errand? +

submit_errand is provided by the Gateway MCP server (https://wingmanprotocol.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Gateway, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Gateway's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.