Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

ecfr_title_structure

Read-only

Retrieve the structure of any CFR title, listing all parts, subparts, and sections. Use it to browse regulations and locate specific content before diving into full text.

Instructions

Get the organizational structure of a CFR title — shows all parts, subparts, and sections. Useful for browsing what regulations exist within a title before reading specific sections.

Common titles: 7 (Agriculture), 12 (Banks), 14 (Aviation), 21 (Food & Drugs), 26 (Internal Revenue), 29 (Labor), 40 (Environment), 42 (Public Health), 47 (Telecommunications).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate for version (YYYY-MM-DD format, default: today). Use past dates for historical versions.
titleYesCFR title number (1-50)
Behavior4/5

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

The annotation already declares readOnlyHint=true, so the safety profile is covered. The description adds that the tool returns the hierarchical structure (parts, subparts, sections), which informs the agent about the return content. Since there is no output schema, this is valuable behavioral context. It does not mention potential large payloads or other edge behaviors, but for a read-only structure listing, this is sufficient.

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 compact, with a clear first sentence stating purpose, a second sentence giving usage context, and a short list of common titles. No fluff; it's front-loaded with the most important information. The list is a useful addition rather than needless padding.

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?

The tool is simple (2 params, 1 required) and the description covers what the tool returns (parts, subparts, sections) and when to use it. The annotation covers safety. There is no output schema, but the description provides enough return information. Minor gap: it doesn't clarify whether the output is just headings or includes any metadata, but this is not critical for the tool's purpose.

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?

The input schema provides 100% coverage with descriptions for both title and date. The description adds a list of common titles with their subject areas, which helps agents select an appropriate title number beyond the schema's generic range. This extra context justifies a score above the baseline.

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 the verb 'Get' and identifies the resource as 'organizational structure of a CFR title,' further specifying it 'shows all parts, subparts, and sections.' This clearly distinguishes it from siblings like ecfr_search (search) and ecfr_section (reading a specific section), especially with the note 'before reading specific sections.'

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?

It states it is 'useful for browsing what regulations exist within a title before reading specific sections,' giving a clear use case and implicitly pointing to ecfr_section as the follow-up. However, it does not explicitly name alternatives or state when not to use this tool, so it falls short of a 5.

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/cyntrica/gov-data-mcp'

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