Skip to main content
Glama
EviterLesRoses2

cc98-mcp

cc98_get_board_topics

Get a list of topics from a specified CC98 forum board, with options to view only elite topics and control pagination.

Instructions

获取某个版面的主题帖列表。best=true 时返回精华帖。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bestNo是否只看精华帖
fromNo
sizeNo
board_idYes版面 ID(见 cc98_list_boards)
Behavior2/5

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

With no annotations provided, the description must disclose behavioral details. It only states the operation and a parameter effect. It does not mention read-only nature, pagination, sorting, or side effects.

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 extremely concise—one sentence that covers the core functionality. No redundant phrases.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is insufficient for a tool with 4 parameters, no output schema, and pagination. It omits return format, default behavior, and error handling.

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 description adds meaning for the 'best' parameter (filter for best posts). Schema coverage is 50%, and the description does not cover 'from' or 'size' parameters beyond their schema defaults.

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 clearly states the tool retrieves a list of topic posts for a specific board, and mentions the 'best' parameter. However, it does not explicitly differentiate from sibling tools like cc98_hot_topics or cc98_new_topics.

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?

No guidance on when to use this tool versus alternatives. The description does not mention prerequisites, context, or exclusion cases.

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/EviterLesRoses2/cc98-mcp'

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