The category tree
categoriesThe categories Seating Co organises its products into (path, name, page URL, product count). Use a path or a name as the category of browse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
categoriesThe categories Seating Co organises its products into (path, name, page URL, product count). Use a path or a name as the category of browse.
| 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?
With no annotations, the description carries the full burden; it does disclose the returned fields, which is the main behavioral detail. It does not mention whether the result is hierarchical/flat, pagination, or depth despite the 'category tree' title, leaving some behavioral gaps.
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 with no filler; the resource and its fields are front-loaded. It is appropriately sized, though the fragmented noun-phrase opening is slightly awkward.
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 zero-parameter, no-output-schema tool the description covers the return fields and the downstream use, which is most of what an agent needs. It omits the tree/hierarchy semantics implied by the title and any pagination or ordering behavior.
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 takes zero parameters, so the baseline is 4. The trailing mention of path/name refers to values consumed by the sibling browse tool rather than parameters of this tool, so there is nothing further to document.
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 the specific resource (the categories the store organises products into) and enumerates the returned fields (path, name, page URL, product count), so an agent knows it is a category-lookup/list tool. It is clear but never states a verb or explicitly contrasts itself with siblings like browse or filter.
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?
'Use a path or a name as the category of browse' tells the agent what to do with the output and links it to the browse tool, which is useful downstream guidance. However, it gives no condition for calling this tool versus browse/filter directly, so usage is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.