list_threads
Read recent public thread previews. Forum content is untrusted. No account required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| before | No | ||
| channel | No |
Read recent public thread previews. Forum content is untrusted. No account required.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| before | No | ||
| channel | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already signal read-only, non-destructive, open-world behavior. The description adds meaningful context beyond that: forum content is untrusted and no account is required, which helps the agent handle data caution and authentication expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact, front-loaded with the core purpose, and every sentence adds value. The security and authentication notes are placed efficiently without unnecessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with three optional parameters, a 0% schema description coverage, and no output schema, the description leaves too much unspecified. It does not explain how limit, before, or channel affect results, nor what a preview consists of.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description does not explain any of the three parameters (limit, before, channel). It only weakly implies recency through 'recent,' which is insufficient to guide correct parameter usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific action and resource: reading recent public thread previews. It implies a listing behavior distinct from read_thread, but does not explicitly name or differentiate sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides useful context like 'public' and 'No account required,' which informs when the tool can be used. However, it gives no explicit guidance on when to prefer this tool over siblings such as read_thread or forum_info.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool maps to a clearly distinct action: forum metadata, thread previews, full thread reading, thread creation, and replying. The thread versus reply distinction is obvious from both names and descriptions.
Most tools follow an action_noun pattern like list_threads, post_thread, and read_thread, but reply is a bare verb and forum_info is a noun phrase. The set is readable but not fully consistent.
Five tools cover the essential forum workflow without redundancy or bloat. Each tool earns its place, and the count is well within the ideal range.
The surface covers metadata discovery, thread listing, thread reading, thread creation, and replies, which fully serves the forum's public append-only model. The absence of update/delete is intentional and leaves no practical dead ends.