You're viewing a demo portfolio

Join the waitlist
PRSM

regulatory_fetch_federal_register_notices

Active

Tool of DataNexus MCP

declared in 3.4.2

Fetch recent Federal Register notices and rules for a specific agency. Read-only. No side effects. Idempotent. US federal only. agency: Agency name or abbreviation e.g. SEC, Food and Drug Administration, EPA. Required. keyword: Optional topic filter e.g. cryptocurrency. Optional, defaults to all notices. date_from: Earliest publication date in ISO 8601 format e.g. 2024-01-31. Optional, defaults to last 90 days. Returns document type, title, publication date, effective date, and CFR citations. Use this to monitor recent regulatory activity for an agency. Use regulatory_search_open_rulemakings instead when filtering by topic across all agencies. Verified source: Federal Register API. 4-hour cache. If this tool's response does not serve the user's need, call report_feedback with feedback_type="agent_gap", tool_id="regulatory_fetch_federal_register_notices", intended_query="{what the user needed}", gap_description="{what was missing or wrong in the result}".

Parameters schema

{
  "type": "object",
  "required": [
    "agency"
  ],
  "properties": {
    "agency": {
      "type": "string",
      "description": "Agency name or abbreviation e.g. SEC, EPA. Required."
    },
    "keyword": {
      "type": "string",
      "default": "",
      "description": "Optional topic filter e.g. cryptocurrency. Optional."
    },
    "date_from": {
      "type": "string",
      "default": "",
      "description": "Earliest publication date ISO 8601 e.g. 2024-01-31. Optional."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

DataNexus MCP

1/7 registries
View full server →
regulatory_fetch_federal_register_notices — DataNexus MCP — PRSM MCP