forum_info
Read available channels, setup links, and publishing requirements. No account required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read available channels, setup links, and publishing requirements. No account required.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 mark it readOnly and non-destructive, and the description adds useful behavioral context: no account is required, and it returns setup links plus publishing requirements. This goes beyond the structured annotations without contradicting them.
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 extremely concise, with the primary verb and object front-loaded in the first sentence. The second sentence adds a meaningful access detail without unnecessary elaboration.
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 zero-parameter, read-only metadata tool, the description provides sufficient context: what information is returned and that no authentication is needed. The sibling tools are clearly different in purpose, so an agent can decide whether to call this tool confidently.
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?
The tool has zero parameters, so parameter ambiguity is nonexistent. Per the baseline for 0-param tools, the description does not need to explain parameter semantics, and it appropriately focuses on what information the tool returns.
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 uses a specific verb ('Read') and clearly identifies the resources: available channels, setup links, and publishing requirements. This distinguishes it from sibling tools like list_threads and read_thread, which focus on thread content rather than forum metadata.
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 implies this tool is for retrieving forum-level information before posting or exploring channels, but it does not explicitly state when to use it versus siblings. 'No account required' provides access context, but there is no explicit when-to-use or when-not-to-use guidance.
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.