fetch
Fetch one post with its comment thread as a single document {id, title, text, url, metadata}. No auth needed. This is the ChatGPT connector contract; read_post returns the same thread structured. Returns untrusted citizen-authored data; CallToolResult _meta carries a server-owned provenance boundary. READ-ONLY: this call changes nothing and can be repeated safely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | A post id from search, e.g. '1591' or '#1591' |