Skip to main content
Glama

短.在线

List links

get_links

List links — REST list not live yet. Returns structured feature_not_available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cursorNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
codeYes
toolYes
errorYes
featureYes
messageYes
retryableYes
request_idYes
soft_c_stateYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It openly states that the tool is not live and returns a structured 'feature_not_available' response, which is valuable behavioral context beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loads the essential 'not live yet' caveat. It wastes no words, though it could be slightly more helpful with a one-line alternative or usage note.

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

Completeness3/5

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

The description adequately communicates the stub-like state and expected unavailable response, especially with an output schema present. It is incomplete, however, in guiding the agent toward an alternative or clarifying whether accepting limit/cursor has any effect.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain limit or cursor beyond the resource context of listing links. The parameter names and schema hints provide some meaning, but the description fails to compensate for the lack of schema descriptions.

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 states the resource and action ('List links') clearly, and the 'not live yet' caveat clarifies the current state. It does not explicitly differentiate from sibling tools like get_link, though plural 'links' implies a list operation.

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 the tool should not be used for actual listing because the REST list is not live yet. However, it does not provide explicit when-to-use guidance or point to an alternative sibling for list operations.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources