Skip to main content
Glama

读取北邮人论坛十大

get_top10
Read-only

Fetch the current top 10 threads from BYR BBS, returning board, thread ID, author, time, preview text, and original post link. Use optional limit and preview_chars parameters to control output size.

Instructions

读取北邮人论坛当前十大,返回版面、主题 ID、作者、时间、预览和原帖链接。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo返回 1 到 10 条。
preview_charsNo每条首帖预览的最大字符数;0 表示不返回预览。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
fetched_atYes
source_urlYes
last_built_atNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds '当前' and the list of returned fields, which is mildly useful, but it does not disclose additional behavioral details such as data freshness, pagination, or error conditions. With annotations present, this is adequate but not rich.

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?

A single sentence that front-loads the core purpose and then lists the returned fields. Every word earns its place; no fluff or irrelevant detail.

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?

The tool is simple, has two optional fully documented parameters, read-only/open-world annotations, and an output schema. The description is sufficient for an agent to invoke it correctly without missing critical context.

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?

Schema description coverage is 100%, so the input schema fully documents both 'limit' and 'preview_chars'. The description's mention of '预览' aligns with the preview_chars parameter but does not add significant meaning beyond the schema. Baseline 3 is appropriate.

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 uses a specific verb ('读取') and a specific resource ('当前十大'), and enumerates the returned fields (board, thread ID, author, time, preview, link). It clearly conveys what the tool returns, though it does not explicitly name sibling tools to differentiate itself, so it falls just 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 Guidelines3/5

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

The phrase '当前十大' implies this tool is for retrieving the current top-10 list as opposed to searching or reading a specific thread/board. However, there is no explicit guidance about when to prefer this tool over siblings such as search_posts or get_index_status.

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

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/limit-coding/byr-mcp'

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