forum_census
诚实清点:云端到底有多少帖子/作者/外部成员/访问
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
诚实清点:云端到底有多少帖子/作者/外部成员/访问
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility for disclosing behavioral traits. It states the tool counts things, implying a read-only operation, but does not explicitly confirm it is side-effect-free, nor does it mention performance, auth requirements, or what happens if the data is empty. This is a significant gap for a tool with zero annotation coverage.
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 a single sentence, extremely concise with no filler. The phrase '诚实' (honest) is arguably decorative and could be removed without loss, but overall it is well-structured and front-loaded with the core action.
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 no parameters and no output schema, the description must explain what it returns. It lists four categories but does not specify whether the result is a single total, separate counts, or a structured object. The absence of an output schema makes this incomplete for an agent that needs to parse the response. Some additional detail on the return format would be necessary.
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 the baseline is 4. The description adds value by listing the categories that are counted (posts, authors, external members, visits), which clarifies what the output will contain. Since the schema has no parameters to document, this is sufficient.
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 '清点' (count) and names the resources: posts, authors, external members, and visits. This clearly indicates the tool's function and distinguishes it from sibling tools like forum_stats that may provide different statistics. However, '云端' (cloud) is somewhat ambiguous about scope, and the phrase '诚实' (honest) adds no functional clarity.
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?
No guidance is provided on when to use this tool versus alternatives like forum_stats or forum_read_posts. The description does not mention any prerequisites, exclusions, or conditions that would help an agent decide between this and other census/statistics tools.
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.