reddit_post
Fetch a single Reddit post by its ID to get the full post details: title, author, score, text, permalink, subreddit, and URL.
Instructions
Fetch a single Reddit post by its id. Returns the full post object (title, author, score, text, permalink, subreddit, url). Use when you already have a post id and want its details. Example: id='abc123' (the base-36 id, no t3_ prefix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The post's base-36 id (e.g. 'abc123'), without the 't3_' fullname prefix. Required (path parameter). |