Skip to main content
Glama

Discourse MCP

by SamSaffron

discourse_read_topic

Retrieve topic metadata and up to 100 posts from a Discourse forum. Specify topic ID, post limit, and starting post number to extract specific content for analysis or integration.

Instructions

Read a topic metadata and first N posts.

Input Schema

NameRequiredDescriptionDefault
post_limitNo
start_post_numberNoStart from this post number (1-based)
topic_idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "post_limit": { "maximum": 100, "minimum": 1, "type": "integer" }, "start_post_number": { "description": "Start from this post number (1-based)", "minimum": 1, "type": "integer" }, "topic_id": { "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "topic_id" ], "type": "object" }

Other Tools from Discourse MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SamSaffron/discourse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server