read_post
Fetch a post by its ID; detect author deletions via tombstone status response rather than a generic error.
Instructions
Read a single post by ID.
If the post was deleted by its author, returns {"status": "tombstoned", "meta": {id, author, timestamp, deleted_at, status}} instead of raising — agents need to detect deletions, not just see "Gone". Posts removed by moderators surface as a normal "not found" error.
Args: post_id: The post ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes |