reg_cfr_section
ActiveTool of io.github.blackboxfoundry/livedatalink
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries