You're viewing a demo portfolio

Join the waitlist
PRSM

reg_search

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Search the Federal Register (the daily journal of the US government) for rules, proposed rules, notices, and presidential documents by keyword, with optional agency, document type, and publication-date filters. Returns each document's number, title, type, publishing agency, abstract, and URL. Use reg_document to get the full text of one document.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "term": {
      "type": "string",
      "description": "Keyword(s), e.g. 'methane emissions', 'overtime rule'."
    },
    "type": {
      "type": "string",
      "description": "Optional document type: 'rule', 'proposed-rule', 'notice', or 'presidential-document'."
    },
    "limit": {
      "type": "number",
      "description": "Max rows (default 20, max 100)."
    },
    "agency": {
      "type": "string",
      "description": "Optional agency slug, e.g. 'environmental-protection-agency', 'securities-and-exchange-commission'."
    },
    "published_to": {
      "type": "string",
      "description": "Published on/before, ISO date yyyy-mm-dd."
    },
    "published_from": {
      "type": "string",
      "description": "Published on/after, ISO date yyyy-mm-dd."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
reg_search — io.github.blackboxfoundry/livedatalink — PRSM MCP