Skip to main content
Glama
iswalle

GetNote MCP Server

by iswalle

list_topic_lives

Retrieve AI-processed live streams from a knowledge base to access completed content for review or analysis.

Instructions

获取知识库中已完成且 AI 已处理的直播列表。需要 topic.live.read scope。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topic_idYes知识库 ID(alias id)
pageNo页码,从 1 开始,默认 1
Behavior3/5

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

With no annotations provided, the description carries the full disclosure burden. It successfully reveals filtering behavior (only completed and AI-processed lives) and authorization requirements, but omits safety classification (read-only), pagination limits, or error behaviors.

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?

Extremely concise with two sentences that earn their place: the first defines the operation and filters, the second states prerequisites. Information is front-loaded with no redundant language.

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 simple list operation with 100% schema coverage and no output schema, the description provides sufficient context by explaining what subset of data is returned (completed/AI-processed) and the auth requirement. It appropriately delegates parameter details to the schema.

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 coverage is 100%, establishing a baseline of 3. The description implicitly links the 'knowledge base' mentioned in the first sentence to the `topic_id` parameter, but the schema already explicitly defines `topic_id` as '知识库 ID', so no additional semantic value is added beyond the structured definition.

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 (获取/get) and resource (直播列表/live stream list), and clearly defines scope (知识库中/in knowledge base). It distinguishes from siblings like `get_live_detail` by specifying this returns a filtered list (completed and AI-processed), though it doesn't explicitly name alternatives.

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 states the required scope (topic.live.read), providing prerequisite context. However, it lacks explicit guidance on when to choose this over `list_topic_notes` or `get_live_detail`, though the filtering criteria (completed + AI-processed) imply usage context.

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/iswalle/getnote-mcp'

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