Skip to main content
Glama

find_recent_changes

Read-only

Identify Code of Federal Regulations sections modified since a specified date, returning headings and excerpts to track regulatory changes affecting acquisitions.

Instructions

Find CFR sections that have been modified since a given date.

Uses the search API with last_modified_on_or_after filter to find sections amended after the specified date. Returns section identifiers, headings, and excerpts, most recently amended first.

since_date must be in YYYY-MM-DD format. Results are capped at 10,000 by the API. Use title/chapter/part filters to narrow if needed.

Common pattern: find FAR changes since a specific date to check for regulatory updates that might affect ongoing acquisitions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
partNo
titleNo
chapterNo
per_pageNo
since_dateYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral details beyond that: it uses the search API with last_modified_on_or_after, returns items most recently amended first, and caps at 10,000 results. No contradictions.

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?

Four tight paragraphs, each carrying distinct information: purpose, method, constraints, and a usage pattern. No filler or repetition; the most important detail is front-loaded in the first sentence.

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?

Given read-only annotations, an output schema, and 5 parameters, the description covers the key operational constraints: date format, result cap, filtering, and intended use. It could add pagination details or per_page semantics, but overall the agent has enough to select and invoke it correctly.

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 0%, so the description must compensate. It explains since_date format and that title/chapter/part can narrow results, but does not clarify per_page behavior or the default title=48, leaving some parameters underspecified.

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 verb ('find') and resource ('CFR sections modified since a date'), with clear scope. It distinguishes itself from siblings by focusing on recent modifications and sorted recency, unlike search_cfr or get_version_history.

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?

Provides clear context for when to use the tool: checking for regulatory updates affecting acquisitions. It advises narrowing with title/chapter/part filters when needed, but does not explicitly name alternative tools or state when not to use this tool.

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/1102tools-dev/federal-contracting-mcps'

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