Skip to main content
Glama
davidmosiah

Rappi MCP (unofficial)

Reorder a Rappi order

rappi_reorder
Destructive

Rebuild your cart from a past order to reorder items without checking out. Restore previous selections instantly with a single order ID.

Instructions

Rebuilds the cart from a past order. Gated cart write. Does not checkout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
order_idYes
response_formatNomarkdown
explicit_user_intentNoMust be true after the user explicitly asked for this write.
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, so the write/destructive nature is known. The description adds the 'gated cart write' nuance and explicitly states that checkout is not performed, adding behavioral context beyond the structured fields. No contradiction with annotations.

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 three short sentences with zero fluff. The core purpose is front-loaded, and the gating and checkout exclusions are stated economically. Every word earns its place.

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

Completeness4/5

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

The description covers the key operational facts: what it does, that it is a write, and that it does not checkout. Annotations carry the destructiveness. Parameters are mostly in the schema, and with no output schema, return values are not required. It lacks an explicit note that the current cart is replaced, but destructiveHint covers that.

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

Parameters2/5

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

Schema description coverage is only 33% (only explicit_user_intent has a description). The description implies that order_id is the past order ID but adds nothing about response_format or the gating condition in more detail. With low coverage, the description fails to compensate for ambiguous parameters.

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 states a specific verb ('rebuilds') and resource ('cart from a past order'), clearly distinguishing it from checkout and cart-modification siblings. 'Does not checkout' further separates it from place_order and checkout_preview.

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

Usage Guidelines4/5

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

Clear context is provided: the tool rebuilds a cart from a past order and is a gated write. It does not name specific alternatives or exclusions explicitly, but the checkout exclusion and the cart-write nature give the agent enough to select it appropriately among the many cart/order siblings.

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/davidmosiah/rappi-mcp'

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