discourse_read_post
Retrieve a specific forum post by its ID to access content, author details, creation date, and direct link.
Instructions
Read a specific post by its ID. Returns the post content, author, creation date, and link to the post.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | The numeric post ID to read (found in post JSON data or API responses) |