fedramp_get_document
Retrieve the full markdown of a FedRAMP document using its path from search results. Get the authoritative text with title and path for citation.
Instructions
Return the full markdown of one FedRAMP corpus document by its path.
Use a `path` returned by `fedramp_search` or `fedramp_list_documents`.
Args:
params (GetDocumentInput):
- path (str): repo-relative markdown path, e.g.
'agencies/rules/agency-use.md'.
Returns:
str: The document's markdown (frontmatter stripped), prefixed with its
title and path. Returns an actionable error if the path is unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |