Skip to main content
Glama
discobrain

discourse-mcp

by discobrain

List Private Messages

discourse_list_private_messages
Read-only

Retrieve private-message topics from a mailbox (inbox, sent, unread, new, archive) with pagination for the authenticated bot user.

Instructions

List the bot's private-message topics in a mailbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
mailboxNodefault inbox
per_pageNo
Behavior3/5

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

The annotations already declare readOnlyHint and openWorldHint, and the description is consistent with them. The description adds useful context about bot-owned topics and mailbox scoping, but it does not discuss ordering, pagination behavior, or the meaning of mailboxes like 'new' and 'unread'.

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?

A single sentence with no filler. The verb, resource, and scope are front-loaded, making it easy to scan.

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

Completeness3/5

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

For a simple all-optional-parameter read-only list operation, the definition is minimally viable: it states what is listed and the mailbox scope. However, with no output schema and no guidance on page/per_page semantics, some ambiguity remains for an agent deciding how to paginate or interpret results.

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

Parameters2/5

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

Schema description coverage is only 33%: only 'mailbox' has documentation ('default inbox'), while 'page' and 'per_page' have no descriptions. The description mentions 'mailbox' but does not compensate for the unexplained pagination parameters.

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 uses a specific verb ('List') and identifies the exact resource: the bot's private-message topics, scoped by mailbox. This clearly distinguishes it from discourse_read_private_message (which reads one message) and discourse_search, even without naming those siblings.

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 intended use is implied by 'bot's private-message topics in a mailbox,' but there are no explicit when-to-use or when-not-to-use conditions. An agent is not told to prefer discourse_read_private_message for individual message content or discourse_search for broader queries.

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