read_aws_content
Fetch pages from re:Post, kiro.dev, or AWS Builder Center, returning content as markdown with hints for resuming long reads.
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/...— title, plus a summary when the site's feed published one. The body is client-rendered and is not retrieved, and the response says so; hand the user the URL rather than paraphrasing what came back. A title derived from the URL slug is flagged inmeta.title_source.
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 |