Skip to main content
Glama

List forum posts

list_forum_posts
Read-only

Retrieve forum posts from a Discord channel, filter by tag, and optionally include archived posts.

Instructions

Posts in a forum, filterable by tag, optionally archived too.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forumYesForum channel name or ID.
guildNoGuild (server) name or ID. Omit to use the default guild.
tagNoOnly posts carrying this tag.
include_archivedNo
Behavior3/5

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

The description adds context about filtering and archived posts but does not detail additional behavioral traits beyond what the readOnlyHint annotation already conveys. No mention of pagination, rate limits, or return format.

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

Conciseness4/5

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

The description is a single concise sentence with no wasted words. It is front-loaded with the core action. However, it could be slightly expanded for clarity without losing conciseness.

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

Completeness2/5

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

The description lacks information about the output format or what the returned data contains. Given four parameters and no output schema, more completeness is needed to meet the needs of an AI agent.

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?

The input schema already covers 75% of parameters with descriptions; the tool description adds no extra meaning beyond restating that posts are filterable by tag and include_archived. Baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly indicates the tool lists forum posts with optional filtering by tag and archived status. It distinguishes itself from similar list tools like list_threads or list_channels by specifying forum posts.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool vs. alternatives such as search_messages or list_threads. No when-not-to-use scenarios or recommendations are given.

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/OrygnsCode/Omnicord'

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