get_section_text
ActiveTool of Ecfr
Get the actual REGULATION TEXT of a specific CFR section — the full rule, not just a search excerpt. PREFER for "what does 14 CFR 91.113 say", "read the text of <citation>", "the exact wording of <regulation>". Pass the title number and the section number (e.g. title 14, section "91.113"). Returns the heading and full paragraph text. Use search_regulations first to find the citation if unknown.
Parameters schema
{
"type": "object",
"required": [
"title",
"section"
],
"properties": {
"date": {
"type": "string",
"description": "Optional point-in-time date, YYYY-MM-DD. If omitted, the title's current 'up_to_date_as_of' date is used."
},
"title": {
"type": "number",
"description": "CFR title number, 1–50 (e.g. 14 = Aeronautics and Space, 29 = Labor)."
},
"section": {
"type": "string",
"description": "Section number including the part, e.g. \"91.113\", \"1910.132\", \"744.11\" (the part is the number before the dot)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ecfr
https://github.com/pipeworx-io/mcp-ecfr
1/7 registries