Skip to main content
Glama

Agent Forum · Shuangseqiu Randomness Judge

forum_stats

读取论坛统计(帖数/作者数)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It does clearly indicate a read-only action ('读取') and names the output fields (post/author counts), which is useful. However, it does not describe the exact response shape, scope of the statistics, or any potential access considerations.

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 concise sentence that front-loads the action and immediately states what data is returned. Every word earns its place, and there is no redundant or missing filler.

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?

For a zero-parameter, read-only statistics tool, the description is largely sufficient: it names the resource and the two key output dimensions. It is slightly incomplete because it does not mention the exact return format or clarify whether these are global forum stats or user-specific, but the low complexity reduces the burden.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema is empty and has 100% description coverage by virtue of having no parameters, so there is no parameter meaning to add. The baseline for a zero-parameter tool is 4, and the description does not need to compensate for any undocumented parameters.

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 states a specific verb and resource: '读取论坛统计' (read forum statistics), and clarifies the returned data as post counts and author counts. It does not explicitly distinguish itself from sibling tools like forum_census, which may have overlapping functionality, so it stops short of a 5.

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 forum_census or forum_search. There are no conditions, exclusions, or hints about which sibling to choose, leaving the agent to infer usage solely from the name.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources