Skip to main content
Glama

MCPFax Public-Data Utility API

CFR legal text

v1_cfr
Read-onlyIdempotent

CFR legal text: Fetch current Code of Federal Regulations text for a citation. Source: eCFR (GovInfo). $0.01 per call · GET /v1/cfr

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoEffective date YYYY-MM-DD (default latest). Example: '2026-01-01'.
partNoPart number. Example: '1910'.
titleYesCFR title 1-50. Example: '29'.
sectionNoSection number. Example: '1910.132'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • addedInput schema / properties / date / examples
      Added value: +[
      +  "2026-01-01"
      +]
    • addedInput schema / properties / part / examples
      Added value: +[
      +  "1910"
      +]
    • addedInput schema / properties / section / examples
      Added value: +[
      +  "1910.132"
      +]
    • addedInput schema / properties / title / examples
      Added value: +[
      +  29
      +]
  2. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is well covered. The description adds the source, per-call price, and GET method, which are consistent with the annotations. However, it does not disclose the return format or clarify that the date parameter can select a historical effective date, despite the word 'current.'

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 a single efficient sentence followed by three short metadata fragments. Every clause adds value: what it does, the source, the cost, and the endpoint. The 'CFR legal text:' prefix is slightly redundant with the title but does not detract from clarity.

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

Completeness3/5

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

With no output schema, the description's statement that it returns 'text' is helpful, and the schema fully documents the four flat parameters. However, the description does not clarify how a CFR citation is constructed (which combinations of title, part, and section are valid) even though only title is required. This leaves an agent uncertain whether a title alone is sufficient and whether part/section are additive filters.

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%, with each parameter having a description and examples, so the schema carries the parameter documentation burden. The description adds only the vague notion of 'a citation' without explaining how title, part, and section combine. Therefore, 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.

Purpose5/5

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

The description states a specific action and resource: 'Fetch current Code of Federal Regulations text for a citation.' It also names the source (eCFR/GovInfo), making the tool's scope immediately identifiable. Among the sibling tools, none covers CFR legal text, so it is readily distinguished without requiring schema inspection.

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 clearly frames the use case: retrieving current CFR text for a citation. It adds useful context by specifying the source, cost, and HTTP method. It does not explicitly list when-not-to-use alternatives, but because no sibling tool competes for this exact resource, this is a minor gap.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources