get_category
Retrieve a single category by its ID to access its details for viewing or updating.
Instructions
Get a single category by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id |
Retrieve a single category by its ID to access its details for viewing or updating.
Get a single category by id.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The resource id |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It does not mention error handling, return format, authentication requirements, or behavior for invalid ids. The brief statement only conveys the basic action without additional transparency.
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?
The description is a single, concise sentence with no filler words. It is front-loaded and efficient, though it could potentially include more context without becoming verbose. It is appropriately sized for a simple getter.
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 the low complexity of a simple get-by-id operation and full parameter schema coverage, the description covers the core purpose. However, with no output schema and no annotations, it lacks details about the return value, error cases, or edge behavior, making it minimally complete.
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 schema already provides a description for the 'id' parameter ('The resource id'), yielding 100% schema coverage. The tool description adds no extra parameter semantics, so the baseline score of 3 is appropriate.
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 'Get a single category by id' clearly states the verb (get), resource (category), and scope (single by id), which distinguishes it from sibling tools like list_categories. It is specific and unambiguous.
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 provides no guidance on when to use this tool versus alternatives. It does not mention any use cases, exclusions, or prerequisites, leaving the agent without decision-making context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itswadesh/kitcommerce-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server