Skip to main content
Glama
discobrain

discourse-mcp

by discobrain

Search

discourse_search
Read-only

Search Discourse forum topics using full-text query syntax and retrieve matching topic IDs, slugs, and titles to find relevant discussions.

Instructions

Full-text search of the forum; returns matching topics (id, slug, title).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page for more results
queryYessearch query (Discourse search syntax supported)
max_resultsNomax topics to return (default 10)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint and openWorldHint, so the description does not need to cover safety. It adds that search is full-text and returns topics rather than posts, but does not disclose ordering, pagination behavior, or any limitations beyond the schema, so the added behavioral context is limited.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no filler, front-loading the action and immediately clarifying the result shape. Every word earns its place, making it easy for an agent to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with three well-documented parameters and safety annotations, so the description does not need to over-explain. It covers the essential purpose and return fields, which is especially valuable given the absence of an output schema. Minor gaps such as explicit result ordering or pagination notes are not critical because the schema fills in parameter behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so all three parameters are already documented with meaningful details such as 'Discourse search syntax supported' and 'max topics to return'. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Full-text search of the forum', and clearly defines the output as matching topics with id, slug, and title. This distinguishes it from sibling read/list tools, which focus on specific resources or listings rather than search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for searching the entire forum for topics, giving it a clear use case. However, it does not explicitly mention when not to use it or contrast it with alternatives like discourse_read_topic or discourse_list_categories, leaving sibling differentiation to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/discobrain/discourse-mcp'

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