Skip to main content
Glama

search_products

Search products in your online store or configured CRM by entering product names to find specific items and manage inventory.

Instructions

Buscar productos — Busca productos en tu tienda online o en el CRM configurado [query]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesTexto a buscar en el nombre del producto
limitNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds valuable context about data sources (searching across both online store and CRM), but fails to disclose safety characteristics (read-only vs destructive), pagination behavior, rate limits, or what happens when no results are found.

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

Conciseness4/5

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

The description is appropriately brief with the action front-loaded ('Buscar productos'). However, the trailing '[query]' appears awkward and potentially like a template artifact rather than intentional descriptive text, slightly detracting from the structure.

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?

Given this is a search tool with no output schema and no annotations, the description should explain return format, result structure, or pagination behavior. It provides none of this, leaving agents uncertain about what the tool returns or how to handle large result sets beyond the limit parameter.

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

Parameters2/5

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

Schema description coverage is 50% (only 'query' is described in the schema, 'limit' is not). The description mentions '[query]' at the end but adds no semantic value beyond the schema's explanation that it searches product names. It completely fails to compensate for the undocumented 'limit' parameter or explain query syntax (partial vs exact matching).

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?

The description clearly states it searches for products ('Busca productos') and specifies the scope includes both the online store ('tienda online') and configured CRM ('CRM configurado'). This effectively distinguishes it from sibling tools like search_customers or search_conversations. However, it doesn't specify that it searches only product names (which the schema reveals), slightly limiting its clarity.

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 provides no guidance on when to use this tool versus alternatives such as get_top_asked_products or global_search. There are no explicit when-to-use conditions, prerequisites (like requiring ecommerce connection), or exclusions mentioned.

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/wazionapps/wazion-mcp-server'

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