AI agents invoke wait_directive to trigger actions in ATMcp. 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.
While 'wait' might initially suggest a passive Read operation, the description reveals this tool actively polls and waits on external directives in a distributed system context. The ability to control task/directive timing with configurable `wait_ms` parameters makes this an Execute action rather than Read, as it orchestrates and influences the flow of operations across the system.
From the tool's definition The tool 'wait_directive' performs a blocking operation with long-polling behavior ('long-polls until it reaches a terminal'). This is an execution action that triggers external operations and waits for completion.
Attacks that exploit this kind of access
Await a directive you sent. With wait_ms > 0, long-polls until it reaches a terminal. It is categorised as a Execute tool in the ATMcp MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the AT MCP server in PolicyLayer and add a rule for wait_directive: 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 ATMcp. Nothing to install.
wait_directive 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 wait_directive 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 wait_directive. 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.
wait_directive is provided by the AT MCP server (midcheck/atmcp). 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 →