Skip to main content
Glama

get_thread

Retrieve Mattermost thread content by providing a post ID. Access the full conversation thread directly from the server.

Instructions

Get Mattermost thread content by post ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
post_idYesPost ID (26 alphanumeric characters)
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral disclosure burden. It implies a read-only operation via the verb 'Get', but does not state whether it returns replies, the order of content, or whether any side effects occur. It also lacks any mention of permissions or response format.

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, succinct sentence that immediately states the action and resource. There is no wasted wording, and the key information is front-loaded.

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?

Given the tool's simplicity (one parameter, no output schema), the description is minimally adequate. However, it does not clarify what 'thread content' includes (e.g., original post plus all replies) or how it relates to 'get_post', which is important for an agent to select the right tool. It lacks contextual completeness despite being short.

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 schema provides 100% coverage for the single parameter post_id with a clear description ('26 alphanumeric characters'). The tool description adds minimal meaning by referencing 'by post ID', but it does not provide additional context beyond the schema. Baseline 3 applies since schema coverage is high.

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 ('Get'), identifies the resource ('Mattermost thread content'), and specifies the scope ('by post ID'). This clearly distinguishes it from sibling tools like get_post (which likely retrieves a single post) and get_channel_posts (which lists posts in a channel).

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 versus alternatives such as get_post or search_posts. There is no mention of use cases, exclusions, or preferred scenarios, leaving the agent to infer from the name alone.

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/anton-sobolev-zhr/mattermost-mcp'

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