Skip to main content
Glama

rappi_set_address

Switch the active delivery address by its ID to control where orders are delivered. If no ID is given, opens the address settings to add a new one.

Instructions

Switch the active delivery address by its ID (from rappi_list_addresses). If address_id is None, opens Rappi address settings in Chrome so you can add a new one. The change is in-memory and affects all subsequent store/product searches.

Args: address_id: Numeric address ID from rappi_list_addresses, or None to open Chrome.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
address_idNo
Behavior3/5

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

With no annotations, the description carries full behavioral disclosure burden. It discloses that the change is in-memory (not persisted) and that passing None opens Chrome. However, it does not mention potential side effects like whether authentication is required or if there is any confirmation step. This is adequate but not exhaustive.

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 very concise: three sentences plus a parameter description. It is front-loaded with the main action, and 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 simplicity (single parameter, no output schema), the description covers all necessary details: the two behaviors, the source of the ID, and the effect of the change. It is 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.

Parameters5/5

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

Schema coverage is 0%, but the description fully explains the parameter: 'Numeric address ID from rappi_list_addresses, or None to open Chrome.' This adds meaning beyond type and default, clarifying the source and the alternative behavior for None.

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 the verb 'Switch' and the resource 'active delivery address', and specifies that the address ID comes from 'rappi_list_addresses'. It also distinguishes the two modes (switching with an ID vs opening Chrome for adding a new address), which differentiates it from sibling tools.

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?

The description explicitly states when to use each mode based on the parameter value: 'If address_id is None, opens Rappi address settings...'. It also notes that the change is in-memory and affects subsequent searches, providing context on scope. It lacks explicit when-not-to-use or alternative tools, but the usage is clear.

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/bgirardi99/RappiMCP'

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