Skip to main content
Glama
EviterLesRoses2

cc98-mcp

cc98_get_posts

Retrieve floor posts from a specific CC98 topic thread. Supports pagination with offset and size parameters, converting UBB tags to plain text for easy reading.

Instructions

读取某个主题帖的楼层内容(UBB 已清洗为纯文本)。1 楼即主楼。如需翻页,传 from=10、20……内容中的 [图片: …] 可用 cc98_get_image 查看,[图片/文件: …] 均可用 cc98_download 保存到本地。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNo起始楼层偏移(0 = 主楼开始)
sizeNo读取楼层数
topic_idYes主题帖 ID
Behavior4/5

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

The description discloses that output is plain text (UBB cleaned) and mentions pagination behavior via from. However, it does not discuss error handling, authentication, or rate limits. Given no annotations, it still provides useful behavioral context.

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 two sentences: the first front-loads the core purpose, the second provides additional usage details and sibling references. Every sentence is necessary and concise, with no wasted words.

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?

The description explains the tool's output format, pagination, and references for media, which is adequate for a tool with no output schema. However, it could further clarify the structure of returned data (e.g., array of posts). Overall, it provides a solid mental model.

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

Parameters5/5

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

Though the schema already describes all three parameters (100% coverage), the description adds contextual meaning by explaining pagination (from=10,20) and clarifying that size is the number of floors. This goes beyond the schema's basic descriptions.

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?

The description clearly states the tool reads floor content of a topic post, specifies that UBB is cleaned to plain text, and notes that floor 1 is the main post. It distinguishes itself from siblings by referencing cc98_get_image and cc98_download for handling images and files within the content.

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

Usage Guidelines5/5

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

The description explicitly tells when to use this tool (to read floor content) and when not to (for images/files, use other tools). It also provides pagination guidance with the from parameter, enhancing usability.

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