Skip to main content
Glama

save_note

Write meeting summaries, conversation notes, or memories into your personal knowledge base. Save or update note files by providing a filename and content.

Instructions

Save a new note or overwrite an existing one.

Use this to write memories, meeting summaries, conversation notes, or any context back into the personal knowledge base.

Args: filename: Name for the note file (e.g., "meeting-summary.md"). content: Full content to write.

Returns: JSON string with saved file metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYes
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must compensate. It discloses that the tool can overwrite existing notes (destructive behavior) and returns metadata, but lacks details on authentication, rate limits, or size constraints.

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 well-structured: a one-line intro, usage examples, then explicit Args and Returns sections. It is concise yet informative, though the Args could be more terse.

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 tool's simplicity (2 string params, output schema exists), the description covers core functionality and return format adequately. It lacks error scenarios or idempotency details, but is sufficient for basic use.

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 0%, but the description's Args section gives practical meanings: filename is 'Name for the note file (e.g., meeting-summary.md)' and content is 'Full content to write,' adding value beyond the schema titles.

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 'Save a new note or overwrite an existing one,' specifying the action and resource. It distinguishes from sibling tools like append_note and read_notes.

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 gives concrete examples of when to use this tool (e.g., writing memories, meeting summaries), but does not explicitly state when not to use it or directly contrast with alternatives like append_note.

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/Shaktisinhchavda/memory-mcp'

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