Skip to main content
Glama
DENNISDGR

efood-mcp

by DENNISDGR

Place order (real purchase)

place_order
Destructive

Place an order from the current basket after previewing with confirm:false, then submit with confirm:true to charge cash or a saved payment token.

Instructions

Submit the shop's server-side basket as a REAL efood order. This charges your chosen payment method and cannot be undone from here. Safety: call with confirm:false (default) first — it validates against the delivery address and returns a summary (items, total, fees, min-order); only call confirm:true after the user has explicitly approved. Card details cannot be entered here — pay with cash on delivery or a saved payment token (see get_payment_methods).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoMust be true to actually submit. Omit/false to preview only.
address_idYesDelivery address id (from get_addresses).
delivery_typeNoFulfilment type (default "delivery").
payment_tokenNoSaved payment token, if paying by card.
restaurant_idYesShop/restaurant id whose basket to order.
payment_methodNoPayment method, e.g. "cash" or "card" (default "cash").
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses critical behavioral traits beyond the destructiveHint annotation: it charges the chosen payment method, cannot be undone, performs validation against the delivery address, returns a summary, and requires explicit user approval before confirming. This adds substantial context about side effects and safety flow.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but extremely well-structured: it front-loads the main purpose and consequence, then provides a clear 'Safety:' callout with the two-step flow, and ends with a practical payment note. No filler words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (destructive, no output schema, 6 parameters), the description fully covers the decision-relevant aspects: what it does, consequences, safety confirmation flow, payment options, and validation behavior. It also references related tools for prerequisites, making it complete for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds extra meaning by explaining the two-phase confirm behavior (preview vs actual submit) and the payment limitation (no card entry, must use cash or saved token). It also references get_payment_methods, which is helpful for understanding the payment_token parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states this tool submits the shop's server-side basket as a real order, with the explicit consequence of charging the user's payment method and being irreversible. It uses a specific verb ('Submit') and identifies the resource (server-side basket → efood order), clearly distinguishing it from siblings like clear_cart or get_cart.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to call with confirm:false first to preview/validate, and only call confirm:true after user approval. Also provides an exclusion: card details cannot be entered here, pointing to get_payment_methods for payment tokens. This gives clear when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DENNISDGR/efood-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server