Skip to main content
Glama

update_note

Destructive

Update an existing note by modifying its title, body, or tags. Only the fields you pass are changed, and the updated note is returned.

Instructions

Edit an existing note's title, body, and/or tags.

Only the fields you pass are changed. Passing tags replaces the whole tag set. Returns the updated note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoNew body text. Omit to keep the current body.
tagsNoReplacement tag list. Omit to keep current tags; pass [] to remove all tags.
titleNoNew title. Omit to keep the current title.
note_idYesID of the note to update.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUnique numeric ID of the note.
bodyYesFull body text of the note.
tagsYesTags attached to the note.
titleYesTitle of the note.
created_atYesCreation time (ISO 8601, UTC).
updated_atYesLast modification time (ISO 8601, UTC).
Behavior4/5

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

Annotations already indicate destructiveness; the description adds behavioral details: partial update semantics and tag set replacement. It also confirms the return of the updated note.

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-loading purpose and then adding key behavioral notes. No extraneous information.

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 output schema exists and annotations cover destructiveness, the description adequately explains the update behavior. It could mention error conditions but is sufficient for a simple update tool.

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?

With full schema description coverage, the baseline is 3. The description adds value by explaining partial update behavior and tag replacement, which the schema descriptions do not convey.

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 edits an existing note's title, body, and/or tags. This specific verb+resource combination differentiates it from sibling tools like add_note (create) and delete_note (remove).

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 implies use for modifying existing notes but does not explicitly state when not to use it or compare to alternatives. However, the context of editing vs creating is clear from the wording.

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/gabed5303-ops/notes-mcp'

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