Browse product catalog
split_browse_product_catalogBrowse the raw catalog of known product URLs. This has NO keyword filter — for anything specific use split_search_products instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
split_browse_product_catalogBrowse the raw catalog of known product URLs. This has NO keyword filter — for anything specific use split_search_products instead.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context by clarifying it browses the raw catalog and has no keyword filter, which is useful beyond the annotations. It doesn't mention pagination or limits, but with zero parameters and a read-only operation, this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short, direct sentences. The core purpose is front-loaded, and the exclusions are stated clearly without any redundant words. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a browse tool with no parameters, no output schema, and annotations already covering safety, the description is complete. It tells the agent exactly what it does and when to use a different tool, leaving no gaps for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is nothing to document. Per the rubric, 0 params earns a baseline of 4. The description does not need to add any parameter information since none exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action (browse) on a specific resource (raw catalog of known product URLs), and clearly distinguishes it from the sibling split_search_products by noting it has NO keyword filter. This is a precise, unambiguous definition that leaves no doubt about what the tool does.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent when NOT to use it ('for anything specific') and names the alternative (split_search_products). This gives clear routing guidance, making it easy for an agent to choose between the two tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.