Skip to main content
Glama

get_note_content

Retrieve the plain text body of an IMA note by providing its numeric note ID. Use this to access original note content directly.

Instructions

读取笔记正文(纯文本)。传入 note_id(笔记的数字 ID,即 get_media_info 返回的 notebook_id,或笔记搜索接口返回的 doc_id)。这是读取 IMA 笔记原文的专用接口。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes笔记数字 ID。
target_content_formatNo内容格式:0=纯文本(推荐),默认 0。
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the output is plain text and clarifies the ID mapping, which is useful. However, it does not mention potential errors, authentication requirements, or what happens with invalid IDs. For a simple read tool, 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 two sentences, front-loaded with the main purpose, and every sentence adds value. It avoids redundancy and is appropriately sized for the tool's simplicity.

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, no output schema, and good sibling context, the description covers the essential aspects: what it does, how to get the ID, and the output format. It could mention error behavior or return details, but for a read tool with clear parameter guidance, it is sufficiently complete.

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?

The schema has 100% parameter coverage, so the baseline is 3. The description adds value by explaining that note_id corresponds to notebook_id from get_media_info or doc_id from search, which is not present in the schema. This semantic enrichment goes beyond 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 uses a specific verb '读取' (read) and resource '笔记正文' (note content), making the function clear. It also distinguishes this tool from siblings by stating it is the dedicated interface for reading note original text, and clarifies the ID source relationships with get_media_info and search APIs.

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 gives clear context on when to use it: read note content, and how to obtain the required note_id (from get_media_info or note search). It does not explicitly state when not to use it or mention alternative tools, but the guidance on ID provenance is valuable.

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/qqpp13465/ima-mcp-server'

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