Request human input, blocking the task until decided.
AI agents invoke request_human_input to trigger actions in Dag Planner. 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.
This tool initiates an external blocking operation (halting task execution and awaiting human response), which is an action with side effects dependent on runtime arguments. It does not merely read data, nor does it write/delete data — it triggers an external workflow gate. Execute is the best fit since it affects the execution state of the DAG and causes an interaction with an external party (human approver).
From the tool's definition 'Request human input, blocking the task until decided' — triggers an external human-in-the-loop operation that pauses/blocks task execution until a human responds
Attacks that exploit this kind of access
Request human input, blocking the task until decided. It is categorised as a Execute tool in the Dag Planner MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Dag Planner MCP server in PolicyLayer and add a rule for request_human_input: 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 Dag Planner. Nothing to install.
request_human_input is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the request_human_input 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.
Set action: deny in the PolicyLayer policy for request_human_input. 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.
request_human_input is provided by the Dag Planner MCP server (shubhamnegi/dag-planner-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →