Skip to main content
Glama
iswalle

GetNote MCP Server

by iswalle

save_note

Create new notes in GetNote MCP Server, supporting plain text, links, and images. Upload images first for image notes, and track link processing progress.

Instructions

新建笔记(⚠️ 仅支持新建,不支持编辑已有笔记)。支持纯文本笔记(plain_text)、链接笔记(link)和图片笔记(img_text)。

图片笔记流程:先用 upload_image 上传图片获取 image_url,再调用此接口传入 image_urls。

返回值说明

  • 纯文本/图片笔记:返回 idtitlecreated_atupdated_at

  • 链接笔记(link):额外返回 tasks 数组(每项含 task_idurl)。链接笔记由 AI 异步处理,可用 get_note_task_progress 工具传入 task_id 查询处理进度。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo笔记标题
contentNo笔记正文(Markdown 格式)。链接笔记不需要此字段
note_typeNo笔记类型:plain_text(纯文本,默认)、link(链接笔记)、img_text(图片笔记)plain_text
tagsNo标签列表(最多 5 个,每个不超过 10 个汉字)
parent_idNo父笔记 ID(创建子笔记时填,父笔记的 is_child_note 必须为 false)
link_urlNo链接 URL(note_type=link 时必填)
image_urlsNo图片 URL 列表(note_type=img_text 时必填)
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses critical behavioral traits: asynchronous AI processing for link notes, varying return schemas by note_type, and image URL pre-validation requirements. Minor gap on rate limits or error behaviors, but strong coverage of operational model.

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?

Efficient structure with bold headers separating workflow instructions from return value documentation. Front-loaded purpose statement, zero redundancy. Chinese text is dense but well-organized with visual markers (⚠️) for critical constraints.

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

Completeness5/5

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

Comprehensive despite missing output schema. Description compensates by documenting return value structures for each note type (including the `tasks` array for links). Covers 7 parameters with validation rules (tag limits, parent constraints) and cross-tool dependencies. Complete for agent invocation.

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% (baseline 3), but description adds essential workflow semantics: explains `image_urls` requires prior `upload_image` call, notes that `content` is unnecessary for link notes, and clarifies conditional requirements (`link_url` required for link type). Adds value beyond individual field 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?

Description opens with specific verb '新建笔记' (create new note) and immediately distinguishes from sibling tool `update_note` via the explicit constraint '⚠️ 仅支持新建,不支持编辑已有笔记' (only supports creating new, not editing existing). Clear scope boundary.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when NOT to use (editing) and provides complete workflows referencing sibling tools: specifies prerequisite `upload_image` for image notes, and mentions `get_note_task_progress` for querying async link processing. Clear alternative paths documented.

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