Skip to main content
Glama
longbridge

longbridge

Official

Topic Replies

topic_replies
Read-onlyIdempotent

Retrieve paginated replies to a discussion topic, specifying page number and record count.

Instructions

Get replies to a discussion topic, paginated (page default 1, size default 20, range 1-50)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topic_idYesTopic ID.
pageNoPage number, 1-based (default: 1).
sizeNoRecords per page, 1-50 (default: 20).
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description adds value by specifying pagination defaults (page=1, size=20) and range (1-50). No contradictions. However, it does not cover error behavior or handling of invalid topic_ids.

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 a single, well-structured sentence. It front-loads the core purpose (Get replies) and adds pagination details efficiently 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?

Given the tool's simplicity (3 params, 1 required) and the presence of thorough annotations and schema descriptions, the description is largely complete. It explains the key behavioral trait (pagination). It could mention the output format or error scenarios, but these are not critical for a read-only list tool.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds meaning beyond the schema by explicitly stating pagination defaults and the size range. This helps an agent understand parameter constraints without relying solely on the schema.

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 action (Get replies), the resource (discussion topic), and includes pagination details. It distinguishes from sibling tools like topic, topic_detail, and topic_search by focusing specifically on replies.

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 description implies usage for fetching paginated replies but provides no explicit guidance on when to use it over alternatives or when not to use it. The name and context make it reasonably clear, but explicit usage instructions are missing.

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/longbridge/longbridge-mcp'

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