You're viewing a demo portfolio

Join the waitlist
PRSM

reg_cfr_section

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Get the current text of a specific Code of Federal Regulations section. Provide the title number, part, and section (e.g. title 40, part '98', section '98.411'). Returns the section's plain text, the date it is current as of, and the official eCFR URL.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "title",
    "part",
    "section"
  ],
  "properties": {
    "date": {
      "type": "string",
      "description": "Optional point-in-time ISO date yyyy-mm-dd; defaults to current."
    },
    "part": {
      "type": "string",
      "description": "CFR part, e.g. '98'."
    },
    "title": {
      "type": "number",
      "description": "CFR title number 1-50, e.g. 40."
    },
    "section": {
      "type": "string",
      "description": "CFR section, e.g. '98.411'."
    }
  },
  "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 →