The category tree
categoriesThe categories Dresser House 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 Dresser House 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 behavioral burden. It discloses the returned fields, which is useful, but does not state that the operation is read-only, whether it has side effects, authentication needs, or pagination behavior.
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 sentences, front-loaded with what the categories are and their fields, followed by a usage hint. Efficient, though the second sentence is slightly awkwardly phrased.
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?
Given no output schema and no annotations, the description lists returned fields but does not clarify whether the result is a flat list or a hierarchical tree, nor does it mention safety or completeness (e.g., returns all categories).
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 the baseline is 4. The description adds no input parameter semantics (none exist) and only references output values for use in browse.
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 resource (categories Dresser House organises products into) and lists the attributes returned (path, name, page URL, product count). It distinguishes itself from siblings by linking to browse, though it lacks an explicit action verb like 'list' or 'retrieve'.
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 sentence 'Use a path or a name as the category of browse' implies a workflow where this tool provides identifiers for browse, but it does not state when to call this tool versus alternatives or explicitly say to call it to fetch categories.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.