order_pizza
Orders a pizza with optional toppings through user elicitation.
This record as markdown: /tools/abdullah-1121-mcp-2/order-pizza.md
What order_pizza does on MCP Chat
AI agents use order_pizza to commit financial operations through MCP Chat, usually the final step of a payment, billing, or trading workflow. A call moves real money.
Why order_pizza is rated Critical
Ordering a pizza constitutes a financial commitment: it places a real order that incurs a monetary charge. Even though it uses 'user elicitation' (implying some confirmation step), the tool's core action is initiating a purchase transaction. This falls squarely in the Financial category, which is the most severe applicable category.
From the tool's definition "Orders a pizza" — committing to a real-world purchase/financial transaction for food delivery
Attacks that exploit this kind of access
The rule that runs order_pizza safely
PolicyLayer is an MCP gateway: it sits between your AI agents and MCP Chat, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For order_pizza, this is the rule to start with:
Any call to order_pizza is blocked until a human approves it. The rest of the server keeps working.
The button opens the PolicyLayer dashboard: create your workspace, connect MCP Chat, apply this rule, and every order_pizza call is checked against it from then on.
Questions about order_pizza
Orders a pizza with optional toppings through user elicitation. It is categorised as a Financial tool in the MCP Chat MCP Server, which means it involves financial transactions. Block by default and require explicit approval.
Register the MCP Chat MCP server in PolicyLayer and add a rule for order_pizza: 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 MCP Chat. Nothing to install.
order_pizza is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the order_pizza 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 order_pizza. 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.
order_pizza is provided by the MCP Chat MCP server (abdullah-1121/mcp-2). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on MCP Chat, and thousands of servers like it.
Across the catalogue