reddit_post_visibility
Check if a Reddit post is still publicly visible by comparing it against its author's submitted listing. Returns live, not_visible, or undecidable, since removals and hidden history look alike.
Instructions
Is a post still publicly visible, or did it quietly stop being so? A removed Reddit post still returns when you fetch it by id, so asking the post does not answer this. This fetches the post and then one page of its author's submitted listing and compares them. Returns a verdict of live, not_visible or undecidable, a plain-language reason, and a confident flag. It deliberately never says WHY a post is not visible: a moderator removal, an admin removal, a spam filter and an author who has hidden their history are indistinguishable from outside. undecidable is a real answer, not a failure. Two upstream calls, billed as one $0.004 dual read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reddit post id, base36, with or without the t3_ prefix |