get_cfr_structure
Retrieve hierarchical CFR contents: nested titles, chapters, parts, subparts, sections with identifiers and sizes. Pass chapter, part, or subpart; section-level filtering unsupported.
Instructions
Get the hierarchical table of contents for a CFR title or subset.
Returns a nested tree of titles, chapters, parts, subparts, and sections with identifiers, descriptions, and byte sizes.
IMPORTANT: Does NOT support section-level filtering (returns 400). Use part or subpart, then walk the children to find sections.
Common patterns:
chapter='1' for all FAR parts
chapter='2' for all DFARS parts
part='15' for FAR Part 15 structure
subpart='15.3' for just that subpart's sections
part/subpart/chapter/appendix accept int or string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| part | No | ||
| chapter | No | ||
| subpart | No | ||
| appendix | No | ||
| subchapter | No | ||
| title_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||