Skip to main content
Glama

List User Posts

discourse_list_user_posts
Read-onlyIdempotent

Retrieve a paginated list of posts and replies from a specific Discourse user, showing the most recent activity first with topic titles, dates, excerpts, and direct links.

Instructions

Get a paginated list of posts and replies by a specific user, with the most recent first. Returns 30 posts per page. Includes topic title, post date, excerpt, and direct links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
usernameYesThe Discourse username to fetch posts for (without @ symbol, e.g., 'codinghorror')
pageNoPage number for pagination (0-based). Each page returns 30 posts. Default: 0
Behavior4/5

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

Annotations cover read-only, non-destructive, idempotent, and open-world hints, but the description adds valuable behavioral context: it specifies pagination details (30 posts per page, most recent first), return content (topic title, post date, excerpt, direct links), and clarifies the username format (without @ symbol). No contradictions with annotations; the description enhances understanding beyond structured fields.

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 front-loaded with the core purpose, followed by key behavioral details (pagination, content, ordering) in two efficient sentences. Every sentence adds value without redundancy, making it easy for an agent to parse and apply.

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?

Given the tool's moderate complexity, rich annotations, and 100% schema coverage, the description is largely complete. It covers purpose, behavior, and output content, though no output schema exists. Minor gaps include lack of error handling or rate limit details, but overall it provides sufficient context for effective use.

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%, with clear documentation for both parameters (username and page). The description adds minimal semantic value beyond the schema, such as implying pagination context and username format, but does not provide additional syntax or constraints. Baseline 3 is appropriate as the schema already handles parameter details effectively.

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 clearly states the specific action ('Get a paginated list of posts and replies by a specific user') and resource ('posts and replies'), distinguishing it from siblings like discourse_list_categories or discourse_search by focusing on user-specific content. It explicitly mentions the ordering ('most recent first') and content type, avoiding tautology with the name/title.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool: to retrieve posts and replies for a specific user with pagination. However, it does not explicitly state when not to use it or name alternatives (e.g., discourse_search for broader queries or discourse_read_post for single posts), though the sibling list implies differentiation. This is adequate but lacks explicit exclusions.

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/king-of-the-grackles/discourse-mcp'

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