Skip to main content
Glama

rappi_get_store

Get store metadata including name, coordinates, and store type by numeric store ID to obtain the store type ID required for other tools.

Instructions

Look up store metadata by numeric store_id.

Returns store_id, name, lat, lng, store_type (id + name). The store_type.id (e.g. "lider") is required by other tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idYes
Behavior3/5

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

Describes return fields and highlights store_type.id relevance, but does not disclose error behavior, rate limits, or authentication requirements. For a simple read tool, it is adequate but lacks extra context.

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?

Two sentences, front-loaded purpose, no wasted words. Efficient and clear.

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?

Given single parameter and no annotations, description covers purpose, input, and key output details. Could mention error handling or read-only nature, but overall sufficient.

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

Parameters3/5

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

The schema has 0% description coverage; description adds that store_id is numeric and required, but no further details like format or source. Provides minimal value beyond schema.

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

Purpose4/5

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

Description clearly states the tool looks up store metadata by numeric store_id and lists return fields. It distinguishes from siblings like rappi_list_stores by focusing on a single store's metadata, but does not explicitly differentiate.

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

Usage Guidelines3/5

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

Implies usage when a store_id is known, but no explicit guidance on when to use versus alternatives like rappi_list_stores or when not to use.

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