Skip to main content
Glama

Discourse MCP

by SamSaffron

discourse_get_user

Retrieve basic user information from Discourse forums by providing a username. Integrate with Discourse MCP to enable AI agents to access and process user data efficiently.

Instructions

Get basic user info.

Input Schema

NameRequiredDescriptionDefault
usernameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "username": { "minLength": 1, "type": "string" } }, "required": [ "username" ], "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