Discourse · Capability
Discourse API Documentation — Posts
Discourse API Documentation — Posts. 8 operations. Lead operation: Like a post and other actions. Self-contained Naftiko capability covering one Discourse business surface.
What You Can Do
POST
Performpostaction
— Like a post and other actions
/v1/post-actions-json
GET
Listposts
— List latest posts across topics
/v1/posts-json
POST
Createtopicpostpm
— Creates a new topic, a new post, or a private message
/v1/posts-json
GET
Getpost
— Retrieve a single post
/v1/posts/id-json
PUT
Updatepost
— Update a single post
/v1/posts/id-json
DELETE
Deletepost
— delete a single post
/v1/posts/id-json
PUT
Lockpost
— Lock a post from being edited
/v1/posts/{id}/locked-json
GET
Postreplies
— List replies to a post
/v1/posts/{id}/replies-json
MCP Tools
like-post-and-other-actions
Like a post and other actions
list-latest-posts-across-topics
List latest posts across topics
read-only
idempotent
creates-new-topic-new-post
Creates a new topic, a new post, or a private message
retrieve-single-post
Retrieve a single post
read-only
idempotent
update-single-post
Update a single post
idempotent
delete-single-post
delete a single post
idempotent
lock-post-being-edited
Lock a post from being edited
idempotent
list-replies-post
List replies to a post
read-only
idempotent