Skip to main content
Glama
iswalle

GetNote MCP Server

by iswalle

list_topic_bloggers

Retrieve subscribed bloggers for a specific knowledge base to manage content sources and monitor contributions.

Instructions

获取知识库订阅的博主列表。需要 topic.blogger.read scope。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topic_idYes知识库 ID(alias id,来自 list_topics 的 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 communicates the authorization requirement (scope), but does not address pagination limits (despite the 'page' parameter), read-only safety, or error behaviors (e.g., invalid topic_id). It meets minimum viable disclosure but lacks richness.

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 optimally concise: two clauses totaling roughly 20 characters that immediately state the purpose followed by the authorization requirement. Zero redundancy; every element earns its place.

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?

For a simple list operation with two flat parameters, the description is minimally adequate. However, without an output schema or annotations, gaps remain: it omits what constitutes a 'blogger' object, pagination page-size limits, and how this relates to list_topic_blogger_contents.

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%, with topic_id clearly documented as an alias from list_topics and page documented with default behavior. The description does not add parameter-specific semantics beyond what the schema provides, warranting the baseline score of 3 for well-documented schemas.

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 clearly states the action (获取/get) and resource (博主列表/blogger list) scoped to a knowledge base (知识库). It identifies what the tool retrieves, though it doesn't explicitly differentiate from the sibling tool list_topic_blogger_contents which retrieves content rather than the bloggers themselves.

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 provides a concrete authorization prerequisite (需要 topic.blogger.read scope), indicating when the tool can be invoked. However, it lacks explicit guidance on when to use this versus similar list operations or any workflow prerequisites beyond the scope requirement.

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