Skip to main content
Glama
EviterLesRoses2

cc98-mcp

cc98_search_topics

Search CC98 forum topics by keyword. Returns matching posts with title, board, author, replies, and time. Supports pagination with 'from' and 'size' parameters.

Instructions

在 CC98 论坛全站搜索主题帖。返回匹配的帖子列表(标题、版面、作者、回复数、时间)。后续可用 cc98_get_posts 读取帖子内容。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNo分页起点(按结果条数)
sizeNo返回条数
keywordYes搜索关键词
Behavior3/5

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

No annotations are provided, so the description carries full burden. It describes the basic operation but does not disclose any behavioral traits such as authentication requirements, rate limits, or destructive potential. The description is adequate but lacks depth.

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 concise with two sentences, front-loads the purpose, and contains no extraneous information. Every sentence earns its place.

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

Completeness5/5

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

Despite no output schema or annotations, the description clearly explains what the tool does and what it returns (list of topics with fields). It also provides a follow-up instruction, making it complete for a search tool with three parameters.

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 input schema has 100% description coverage for all parameters, so the schema already documents them. The description adds no additional parameter-level information beyond the schema, resulting in a baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool performs a global search in CC98 forum for topics, returns a list with specific fields, and mentions a follow-up tool to read content. This distinguishes it from sibling tools like cc98_get_board_topics (likely board-specific) and cc98_hot_topics.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description indicates when to use the tool ('全站搜索') and explicitly directs the agent to use cc98_get_posts for reading content, providing clear context. However, it does not explicitly state when not to use it or name specific alternatives.

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