Skip to main content
Glama

get_category_children

Retrieve child categories for a given FRED category ID to navigate the economic data hierarchy.

Instructions

Get child categories for a specific category.

Args: category_id: The parent category ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
category_idYes
Install Server

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. 'Get' signals a read operation and 'child categories' hints at a list result, but it does not disclose whether children are immediate descendants only, how results are ordered, or what error behavior occurs for a nonexistent category.

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 compact sentences that lead with the core operation and then specify the argument. The Args block is minimal and earns its place because it adds parent semantics absent from the schema.

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

Completeness4/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 tool with no output schema, the definition covers the essential call contract: what it returns (child categories) and what input to provide (parent category ID). It is adequate, though it leaves minor ambiguity about hierarchy depth and result shape.

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

Parameters4/5

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

Although schema description coverage is 0%, the single parameter is fully described in the Args section as 'the parent category ID'. This adds the crucial 'parent' semantics that the schema's 'Category Id' title lacks, making the required input unambiguous.

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 a specific verb ('Get') and resource ('child categories') and makes the input explicit ('for a specific category'). This clearly distinguishes it from sibling tools like get_category_details or get_category_series, which target different resources.

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

Usage Guidelines2/5

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

The description provides no guidance on when to choose this tool over siblings; it only restates the operation. There is no mention of usage context, prerequisites, or exclusions, so an agent must infer applicability from the tool name alone.

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

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/fritzprix/fred-mcp'

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