Skip to main content
Glama
davidmosiah

Rappi MCP (unofficial)

Update Rappi cart item

rappi_update_cart_item
Destructive

Update the quantity of a product in your Rappi cart by providing its product ID and desired amount; explicit user confirmation is required to apply the change.

Instructions

Gated write. RAPPI_ALLOW_MUTATIONS + explicit_user_intent required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quantityNo
store_idNo
product_idYes
response_formatNomarkdown
explicit_user_intentNoMust be true after the user explicitly asked for this write.
Behavior3/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false, so the write nature is covered. The description adds the specific gating mechanism (RAPPI_ALLOW_MUTATIONS and explicit_user_intent), which is not in annotations, providing some behavioral context. However, it does not describe side effects, error handling, or what happens on invocation beyond the gate.

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

Conciseness2/5

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

The description is extremely brief (one short line), which is efficient but under-specified. It prioritizes the gating constraint but omits essential details about the tool's purpose and parameters, so it is not properly structured for an agent to act on.

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

Completeness1/5

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

For a mutation tool with 5 parameters, no output schema, and low parameter coverage, the description is severely incomplete. It fails to explain the operation, parameter purposes, return values, or error behavior. Without this, an agent cannot reliably invoke it correctly, especially given the complexity.

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

Parameters1/5

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

Schema description coverage is only 20% (only explicit_user_intent has a description). The tool description provides no parameter semantics whatsoever. With such low coverage, the description should compensate by explaining key parameters like product_id, quantity, or store_id, but it remains silent, leaving agents to guess.

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

Purpose2/5

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

The description only states 'Gated write' with gating requirements, but never explicitly says it updates a cart item. The title and name imply the action, but the description itself is vague about the resource and verb. It distinguishes from siblings only by noting it's a write, which is insufficient.

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

Usage Guidelines1/5

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

No guidance on when to use this tool versus alternatives like rappi_add_to_cart or rappi_get_cart. It does not mention scenarios, preconditions beyond gating, or exclusions. The gating requirement is a condition, not usage 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/davidmosiah/rappi-mcp'

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