Skip to main content
Glama

create_note

Create a markdown note in your personal vault with automatic YAML frontmatter, tag suggestions, and semantic folder placement. Avoids overwriting existing files.

Instructions

Create a new markdown note in the vault. Refuses to overwrite existing files. Adds YAML frontmatter (source: mcp_create, plus any tags). Smart-write pipeline: suggests existing tags for near-duplicates, discovers wikilink candidates among existing filenames, and — when 'folder' is omitted — places the note in the folder of the most semantically similar existing note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoOptional tags for frontmatter.
titleYesNote title (becomes the filename).
folderNoVault-relative folder. Omit for automatic semantic placement.
contentYesMarkdown body of the note.
auto_wikilinkNoAuto-insert [[wikilinks]] for discovered matches (default false → suggest only).
Behavior5/5

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

With no annotations, the description fully informs the agent about key behaviors: it refuses to overwrite, adds YAML frontmatter, and has a smart-write pipeline for suggestions and automatic folder placement. This provides thorough transparency without contradictions.

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 three sentences, front-loaded with the core purpose, and each sentence adds essential information without redundancy. It is concise and well-structured.

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?

Despite no output schema or annotations, the description covers the tool's main function, refusal behavior, frontmatter addition, and smart-write pipeline details for all parameters. It provides sufficient context for an agent to use the tool correctly.

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 100%, so baseline is 3. The description adds meaning beyond the schema by explaining the smart-write pipeline (e.g., auto_wikilink defaults to suggestion-only, folder omission triggers semantic placement). This extra context justifies a 4.

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 'Create a new markdown note in the vault' which is a specific verb and resource. It implies differentiation from siblings like append_to_note or edit_section by focusing on creation, but does not explicitly distinguish itself, so a 4 is appropriate.

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 usage for creating new notes and mentions refusal to overwrite, but it does not explicitly state when to use this tool versus alternatives like append_to_note. Usage guidance is implied rather than explicit.

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/KlossKarl/loom'

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