Skip to main content
Glama

note_get_draft

Retrieve the current content of a draft article on note.com for testing and debugging. This experimental function may fail as the official API is unconfirmed.

Instructions

下書き記事の現在の内容を取得する(動作確認・デバッグ用)。note.com側のAPI仕様が未確認のため、取得自体が失敗する可能性がある実験的機能。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesnote ID
Behavior4/5

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

With no annotations provided, the description carries the full burden. It clearly implies a read-only operation via '取得する' and explicitly discloses that the tool is experimental and may fail because the API spec is unconfirmed. It could add more detail about return values or error behavior, but the key behavioral caveat is present.

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 a single, compact sentence that front-loads the main action and then adds a relevant experimental warning. Every phrase earns its place, with no redundant filler.

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 one-parameter tool with no output schema, the description states the purpose, the target resource, and the risk of failure. It does not describe the exact return shape, but for a debug-oriented retrieval tool the essential operational context is provided.

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?

The input schema covers the only parameter 'id' at 100% with a description 'note ID'. The description does not add extra meaning beyond the schema, but none is strictly needed for a single, well-specified parameter. Baseline 3 is appropriate.

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 and resource: '取得する' (retrieve) the current content of a draft. This clearly distinguishes it from the sibling tools note_create_draft, note_update_draft, and note_publish_draft, which are all mutations.

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: it is intended for operation checks and debugging, and it explicitly warns that retrieval may fail due to unconfirmed note.com API specifications. It does not name alternatives or explicitly state when not to use it, but the context is sufficient.

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/TaisukeAndo/note-mcp'

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