Build a Microsoft Graph JSON batch request body — combine up to 20 API calls into a single POST to /$batch.
AI agents invoke graph_build_batch to trigger actions in Ms Graph Dev. 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 the tool itself only constructs and validates the request body (not sending it), it is explicitly designed to build executable API calls. The /$batch endpoint is a mechanism to execute multiple Microsoft Graph operations in a single request.
From the tool's definition Tool builds batch POST requests to Microsoft Graph's /$batch endpoint, combining up to 20 API calls. The description indicates it constructs request bodies for 'POST' operations that can include any of the sibling categories (users, files, mail, calendar,…
Attacks that exploit this kind of access
Build a Microsoft Graph JSON batch request body — combine up to 20 API calls into a single POST to /$batch. It is categorised as a Execute tool in the Ms Graph Dev MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Ms Graph Dev MCP server in PolicyLayer and add a rule for graph_build_batch: 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 Ms Graph Dev. Nothing to install.
graph_build_batch 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 graph_build_batch 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 graph_build_batch. 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.
graph_build_batch is provided by the Ms Graph Dev MCP server (stubbedev/ms-graph-dev-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 →