Skip to main content
Glama

rappi_search_products

Search products within a Rappi store by store ID and query. Retrieve product name, price, discount, quantity, and stock status.

Instructions

Search products within a Rappi store.

Args: store_id: Numeric store ID (e.g. 900024799 for Lider). query: Search term in Spanish. size: Max results to return (default 40, max 40). offset: Pagination offset (increment by size to get next page).

Returns a list of products with: composite_id, name, trademark, price, real_price, discount, quantity, unit_type, sale_type, in_stock.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idYes
queryYes
sizeNo
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full burden but does not disclose whether the operation is read-only, requires authentication, or has rate limits. It only describes input/output, omitting critical behavioral traits.

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 succinct and well-structured: a one-line summary followed by clear parameter and return-value lists. Every sentence adds value with no redundancies.

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?

Parameters and return values are thoroughly documented. However, missing behavioral context (e.g., idempotency, auth) and usage guidance reduce completeness slightly. Output schema is present, so return coverage is adequate.

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?

The description adds substantial meaning beyond the schema: provides an example for store_id, specifies the language for query, constrains size (max 40), and explains offset for pagination. Schema coverage is 0%, so description fully compensates.

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 'Search products within a Rappi store,' specifying a concrete verb and resource. It distinguishes itself from sibling tools like rappi_add_to_cart or rappi_list_stores, which have different purposes.

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?

No explicit guidance is provided on when to use this tool versus alternatives. The description does not mention prerequisites, conditions, or when to avoid using it, leaving the agent without context for selection.

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