Skip to main content
Glama

Discourse MCP

by SamSaffron

discourse_select_site

Validate and select a Discourse site URL for AI agents to perform actions like reading posts, browsing categories, and creating content via the Discourse MCP server.

Instructions

Validate and select a Discourse site for subsequent tool calls.

Input Schema

NameRequiredDescriptionDefault
siteYesBase URL of the Discourse site

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "site": { "description": "Base URL of the Discourse site", "format": "uri", "type": "string" } }, "required": [ "site" ], "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