Skip to main content
Glama

get_category_children

Read-onlyIdempotent

List child categories for a given FRED category ID (0 for top-level), enabling downward navigation through the FRED category hierarchy.

Instructions

List the child categories of a FRED category (use id 0 for the top-level categories). The primary way to walk the category tree downward.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idYesThe FRED category id (0 is the root of the category tree).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesThe number of child categories returned.
childrenYesThe child categories.
category_idYesThe parent category whose children these are.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is clear. The description adds the tree-walking semantics and the role of id 0, providing some context beyond annotations, but no additional behavioral details like pagination or ordering.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the action and resource, and every word adds value. It is highly concise without being under-specified.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read-only tool with full annotations and an output schema, the description is complete. It clearly explains the tool's purpose and the special root category case.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and the parameter description already explains the root id 0. The tool description adds no new parameter information beyond what the schema provides, hence baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verb 'List' and identifies the resource as 'child categories of a FRED category', with a clear note about id 0. It distinguishes from sibling tools by stating it is 'the primary way to walk the category tree downward'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool (to traverse down the category tree) and gives the special instruction for id 0. However, it does not explicitly mention alternatives or when-not-to-use, so it falls short of a perfect score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ojhermann-org/ferric-fred'

If you have feedback or need assistance with the MCP directory API, please join our Discord server