Skip to main content
Glama
znehraks

MCP Notepad Server

by znehraks

메모 수정

update_note

Modify existing notes by updating titles, content, or tags in the MCP Notepad Server. Change specific note details using the note ID.

Instructions

기존 메모를 수정합니다. 제목, 내용, 태그를 변경할 수 있습니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes수정할 메모의 ID
titleNo새로운 제목 (선택)
contentNo새로운 내용 (선택)
tagsNo새로운 태그 목록 (선택)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
errorNo
messageNo
successYes
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states this is a modification tool but doesn't cover important aspects: whether it requires specific permissions, if changes are reversible, what happens to unspecified fields (partial vs. full updates), error handling, or response format. '수정합니다' implies mutation, but lacks safety or operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that gets straight to the point. It's appropriately sized for a simple update tool, though it could be slightly more structured (e.g., separating purpose from capabilities). No wasted words or redundancy.

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

Completeness3/5

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

Given this is a mutation tool with no annotations but with a complete input schema (100% coverage) and an output schema (per context signals), the description is minimally adequate. It covers the basic purpose and modifiable fields, but lacks crucial behavioral context for a write operation. The output schema reduces the need to describe return values, but permission requirements, error cases, and update semantics remain undocumented.

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?

Schema description coverage is 100%, so the schema fully documents all 4 parameters (id, title, content, tags) with descriptions and optionality. The description adds minimal value by listing the modifiable fields ('제목, 내용, 태그' - title, content, tags), but doesn't provide additional syntax, constraints, or examples beyond what's in the schema. Baseline 3 is appropriate when schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('수정합니다' - modifies/updates) and resource ('기존 메모' - existing note), making the purpose immediately understandable. It distinguishes from 'create_note' by specifying it works on existing notes, though it doesn't explicitly differentiate from 'delete_note' or 'search_notes' beyond the action verb.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'create_note', 'delete_note', or 'search_notes'. It doesn't mention prerequisites (e.g., needing a note ID), error conditions, or typical use cases. The agent must infer usage from the tool name and sibling names alone.

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/znehraks/mcp-poc'

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