list_vendors
List every vendor Stackrate covers with id, name, categories and profile URL. Use it to resolve a product name to an id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category id filter |
List every vendor Stackrate covers with id, name, categories and profile URL. Use it to resolve a product name to an id.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional category id filter |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds that the result includes id, name, categories, and profile URL, which is useful, but it does not detail other behavior such as pagination or response ordering.
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 sentences, front-loaded with the action and output fields, with no wasted words. The use case is placed after the core definition and 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 simple list tool with one optional parameter and safety carried by annotations, the description is complete enough: it states the scope ('every vendor'), the returned fields, and the primary use case. No output schema exists, but the listed fields supply the needed return contract.
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?
Schema description coverage is 100% and the one optional category parameter is already documented in the schema. The description does not add further meaning about how the category filter behaves, so it stays at the baseline for high schema coverage.
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 names a specific action and resource: listing every Stackrate vendor with id, name, categories, and profile URL. It is clear, but it does not explicitly distinguish itself from sibling tools like search or compare_vendors, so it stops short of a top score.
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?
It gives one concrete use case: 'Use it to resolve a product name to an id.' This provides clear context for when to call it, but it does not state when not to use it or name alternatives such as search.
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.