Skip to main content
Glama
davidmosiah

Rappi MCP (unofficial)

List active Rappi orders

rappi_list_active_orders
Read-onlyIdempotent

Lists active and in-progress Rappi orders to check order status and delivery progress. Provides summary, structured, or raw views with optional markdown or JSON output.

Instructions

In-flight / active orders plus in-progress (unofficial user-order-home). Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
privacy_modeNo
response_formatNomarkdown
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description's 'Read-only' is redundant. The 'in-flight / active' context adds a minimal behavioral nuance, but the 'unofficial user-order-home' phrase is unexplained and provides little additional transparency beyond the annotations.

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

Conciseness3/5

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

The description is very short (one sentence), so it is concise, but it is not front-loaded with the most critical information. The cryptic 'unofficial user-order-home' consumes space without adding clarity, making it less effective than a clearer structured sentence.

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

Completeness2/5

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

With no output schema and 0% parameter descriptions, the description should explain what the returned list contains, the meaning of the parameters, and any relevant behavior. It only vaguely says 'in-flight / active orders,' leaving the agent to guess the structure, format options, and exact semantics. Incomplete for a tool with optional enum parameters.

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 0%, and the description does not mention the two parameters (privacy_mode, response_format) at all. With no descriptions in the schema or text, the agent receives no explanation of how these enums affect the call, which is a significant gap.

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

Purpose3/5

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

The title and description clearly indicate a 'list' operation for 'active orders', but the added phrase 'in-progress (unofficial user-order-home)' is cryptic and does not clarify the exact scope or how it differs from rappi_list_orders or rappi_get_order. The verb and resource are identifiable, but the description adds confusion rather than precision.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives like rappi_list_orders, rappi_get_order, or rappi_track_order. There is no mention of context or exclusions, leaving the agent to infer when this specific list is appropriate.

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