fedramp_list_documents
Browse the FedRAMP document corpus by listing documents with optional section filters, returning paths and titles for easy navigation.
Instructions
List documents in the corpus, optionally filtered to a section prefix.
Useful for browsing the structure before drilling in. Sections include
'advisors', 'agencies', 'assessors', 'authority', 'providers', 'reference',
'responsibilities', plus top-level files (definitions.md, rules.md, ...).
Args:
params (ListDocumentsInput):
- section (Optional[str]): path-prefix filter (e.g. 'reference/controls').
- response_format (ResponseFormat): 'markdown' (default) or 'json'.
Returns:
str: List of {path, title}. JSON schema when response_format='json':
{"section": str|null, "count": int,
"documents": [{"path": str, "title": str}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |