wait_directive

Await a directive you sent. With wait_ms > 0, long-polls until it reaches a terminal

Server ATMcp midcheck/atmcp
Category Execute
Risk class High
Parameters 00 required

What wait_directive does on ATMcp

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.

Why wait_directive needs a policy

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.

Questions about wait_directive

What does the wait_directive tool do? +

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.

How do I enforce a policy on wait_directive? +

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.

What risk level is wait_directive? +

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

Can I rate-limit wait_directive? +

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.

How do I block wait_directive completely? +

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.

What MCP server provides wait_directive? +

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.

// LOOK UP ANOTHER 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 →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.