Skip to main content
Glama
rowanlin-dev

ima-mcp-server

by rowanlin-dev

get_note_content

Retrieve the plain-text content of an IMA note using its numeric ID. Pass the note ID to get the original note body.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
note_idYes笔记数字 ID。
target_content_formatNo内容格式: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 tool reads note content as plain text and that it is a dedicated read interface, which implies no side effects. However, it does not disclose details about error handling, permissions, rate limits, or return structure beyond the plain-text nature, leaving some gaps.

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 concise and front-loaded. It consists of two sentences: the first states the core purpose, and the second explains how to obtain the required parameter. Every sentence contributes essential information without redundancy or fluff.

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 low complexity (2 params, no output schema, no annotations), the description is relatively complete. It covers the main purpose, the input parameter semantics, and notes the output format (plain text). It could mention what happens if the note_id is invalid or the note does not exist, but for a simple retrieval tool, this is sufficient.

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?

Schema coverage is 100%, so baseline is 3. The description adds valuable semantic context by clarifying that note_id is the numeric ID from get_media_info or search results, which is not explicitly in the schema. It also reinforces the meaning of target_content_format by mentioning plain text. This goes beyond the schema descriptions.

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 clearly states the tool's function: reading note content as plain text. It specifies the exact resource (IMA note) and differentiates itself by being a dedicated interface for reading original note content, distinguishing it from search or knowledge base tools.

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 provides clear context: use this tool when you need the actual note text, and it explains where to obtain the required note_id (from get_media_info or search APIs). It does not explicitly mention when not to use it or name alternative tools, but the context is sufficient for an agent to understand the appropriate usage.

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

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