Skip to main content
Glama

search_products

Locate products by title substring. Use optional status filters and adjustable page sizes to refine results.

Instructions

Search products by title substring. Uses the title filter on the list endpoint. Returns paginated results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results per page (default 50, max 250).
titleYesProduct title substring to search for.
statusNoOptionally filter results by product status.
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses that it uses the title filter on the list endpoint and returns paginated results, giving the agent behavioral expectations. It does not elaborate on sorting defaults or error cases, but for a read-only search tool this is adequate.

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 three short sentences, each adding information: purpose, implementation method, and return behavior. No filler words.

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 the simple search tool with fully documented parameters and no output schema, the description adequately covers the main function and return behavior. It does not describe the exact structure of returned items, but the agent can infer that it returns product objects and can use get_product for details.

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?

Schema description coverage is 100%, so the baseline is 3. The description repeats the 'substring' behavior but does not add any new parameter information beyond what the schema already provides for title, limit, and status.

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 tool's function as searching products by title substring, using the active verb 'Search' and specific resource 'products'. This distinguishes it from sibling tools like list_products and get_product.

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?

It provides clear context for when to use: searching by title substring. It also mentions it uses the title filter on the list endpoint, implying that unfiltered listing would use list_products. However, it does not explicitly name alternative tools or state 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/nguyennguyenit/Sapo-MCP'

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