Skip to main content
Glama
longbridge

longbridge

Official

Topic Replies

topic_replies
Read-onlyIdempotent

Retrieve paginated replies for a specific discussion topic using its topic ID. Adjust page and size to navigate through responses.

Instructions

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

Input Schema

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

Schema Changelog

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

  1. Changed2 schema fields changedv0.10.0
    • changedInput schema / properties / page / default
      Previous value: -nullNew value: +1
    • changedInput schema / properties / size / default
      Previous value: -nullNew value: +20
  2. Changed1 schema field changedv0.7.1
    • removedInput schema / title
      Removed value: -"TopicRepliesParam"
  3. Addedv0.4.5
  4. Removedv0.4.0
  5. Addedv0.3.2
  6. Removedv0.3.1
  7. First observedv0.1.12

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds pagination behavior with page/size defaults and the 1-50 range, but it does not disclose response contents, ordering, or behavior on invalid topic IDs. 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?

The description is a single, front-loaded sentence that covers the resource, action, and key pagination constraints with no filler. Every part adds useful information and it is easy for an agent to scan.

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?

For a low-complexity, read-only list tool with fully described parameters and strong annotations, the description is nearly complete: it states what is fetched and how pagination works. It omits return-value shape and ordering, but those are not essential for correct invocation.

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 topic_id, page, and size are already fully documented in the schema. The description restates the pagination defaults and range but adds no new semantic meaning beyond what the schema provides.

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 opens with 'Get replies to a discussion topic', naming a specific verb and resource. It clearly identifies this as a read-only listing operation for replies, distinct from topic detail or reply creation siblings. The pagination detail reinforces the scope even without naming alternatives.

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 establishes a clear context: use this tool when you need to fetch replies for a discussion topic. It does not explicitly name alternatives or say when not to use it, but the read-only, resource-specific framing makes the primary use case obvious.

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