read_aws_content
Fetch a supported AWS knowledge page and return it as clean markdown. Re:Post questions, answers, and kiro.dev docs are converted with authors, dates, and vote counts; long pages include a resume marker.
Instructions
Fetch a page from a supported source and return it as markdown.
Dispatches on the URL's host:
repost.aws/questions/<id>— the question plus every answer, rebuilt from the page's schema.org QAPage data with authors, dates and vote counts.kiro.dev/docs/...— the published markdown twin of the page, so the text arrives without site chrome. Blog and changelog pages are converted from HTML.builder.aws.com/content/...— feed summary only; the body is client-rendered and is not retrieved.
Long pages are truncated with an explicit marker telling you the
start_index to resume from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL returned by search_aws_knowledge. | |
| max_length | No | Maximum characters to return. | |
| start_index | No | Character offset, for continuing a long read. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |