Skip to main content
Glama

note_publish_draft

Publish a draft article on note.com, making it publicly viewable. This irreversible action only executes when confirm is set to true.

Instructions

下書き記事を公開する。【不可逆・対外公開を伴う操作】記事が誰でも閲覧可能な状態になる。note.com側の公開APIは未確認のため動作未保証の実験的機能。confirm:true を指定しない限り実行されない。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesnote ID
confirmNotrue を指定した場合のみ実際に公開を実行する
Behavior5/5

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

With no annotations provided, the description carries full behavioral disclosure. It explicitly warns that the action is irreversible and publicly exposes the article, states that it is experimental and unverified on note.com's API, and explains that execution requires confirm:true. This is strong transparency for a destructive operation.

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 compact and every sentence earns its place: the operation, the irreversible/public consequence, the experimental status, and the required confirmation flag. Warnings are front-loaded, making the risk profile immediately visible.

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?

For a low-complexity, two-parameter tool with no output schema and no annotations, the description is sufficiently complete. It tells the agent what the tool does, why it is risky, that it is not guaranteed to work, and what condition must be met before it will execute.

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 already covers both parameters, including a description for id and the confirm parameter's role. The description restates the confirmation condition but does not add meaningful parameter-level details beyond what the schema provides, so it stays at the baseline for full schema coverage.

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 states the exact operation ('下書き記事を公開する') and clarifies the real-world effect ('記事が誰でも閲覧可能な状態になる'). This clearly distinguishes it from the sibling draft-management tools, which cover create, update, and get, not publishing.

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 implies when to use the tool: when you intend to publish a draft and accept its public/irreversible consequences. However, it does not explicitly contrast it with alternatives like note_update_draft or note_get_draft, nor does it state when not to use it.

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