Skip to main content
Glama

Search regulatory changes

search_regulatory_changes
Read-onlyIdempotent

Search US federal and state regulatory documents ingested from official registers, with AI summaries, agencies, effective dates, and source URLs. Funding opportunities are excluded unless you pass category "funding"; use search_funding_programs for grants and incentive programs. Results are sorted newest first and every result includes a citation URL. Covers the last 90 days, up to 25 results per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoISO date (YYYY-MM-DD). Only documents published on or before this date.
fromNoISO date (YYYY-MM-DD). Only documents published on or after this date.
limitNoMax results per call. Default 20.
agencyNoCase-insensitive substring match on the issuing agency name.
offsetNoPagination offset. Default 0.
keywordNoCase-insensitive substring matched against title, AI summary, and description.
categoryNoDocument category: "regulation" or "funding". Omit to include all documents, including unclassified ones.
jurisdictionNoJurisdiction: "US_FED" for federal, or a US state as a two-letter code like "CA", "NY", "TX" (full names and "US_STATE_CA" also work). Omit for all jurisdictions.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / limit / description
      Previous value: -"Max results (free tier caps at 25, API key at 50). Default 20."New value: +"Max results per call. Default 20."
  2. Changed1 schema field changed
    • changedInput schema / properties / jurisdiction / description
      Previous value: -"Jurisdiction code: \"US_FED\" for federal, or a two-letter state code like \"CA\", \"NY\", \"TX\" (also accepts \"US_STATE_CA\"). Omit for all jurisdictions."New value: +"Jurisdiction: \"US_FED\" for federal, or a US state as a two-letter code like \"CA\", \"NY\", \"TX\" (full names and \"US_STATE_CA\" also work). Omit for all jurisdictions."
  3. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already provide readOnly/openWorld/idempotent/non-destructive hints. The description adds useful behavior beyond those: funding exclusion, sort order, citation URLs, 90-day window, and result cap. However, the 'up to 25 results per call' claim conflicts with the schema's limit maximum of 50, which is a notable inconsistency.

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

Conciseness4/5

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

Four sentences, front-loaded with purpose, then usage routing, then behavioral details. No fluff, but the 'up to 25 results' statement is concise yet contradicts the schema, so it loses a point for misleading precision.

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 tool with 8 parameters, no required fields, and no output schema, the description covers scope, exclusion behavior, result contents (AI summaries, agencies, effective dates, citation URL), sort order, time window, and result cap. Pagination is not described, but the schema covers offset and limit, so completeness is solid.

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%, so the baseline is 3. The description adds some global behavioral context (category exclusion, time window) but does not add parameter-specific semantics beyond what the schema already documents. It matches the baseline expectation.

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?

Description states a specific verb ('Search') and resource ('US federal and state regulatory documents') with clear scope, and explicitly contrasts with search_funding_programs by excluding funding unless category is specified. An agent can distinguish this tool from siblings immediately.

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

Usage Guidelines5/5

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

Explicitly states when not to use this tool ('Funding opportunities are excluded unless you pass category "funding"') and routes to the alternative ('use search_funding_programs'). Also adds practical constraints like the 90-day coverage and result limit, helping selection decisions.

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.