Skip to main content
Glama
seandavi
by seandavi

rename_note

Renames a note to a new title, updating the heading and rewriting wiki-links throughout the vault while preserving aliases and headings. Fails if the target name already exists.

Instructions

Rename a note to a new title. The file becomes slugify(new_title).md in the same directory, the first H1 heading is set to the new title, and [[wiki-links]] to the old name anywhere in the vault are rewritten to the new one (|alias and #heading forms preserved). Fails if a note with the target name already exists. Returns old_path, path, links_rewritten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
new_titleYes
name_or_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description fully discloses behavior: file naming via slugify, H1 heading update, wiki-link rewriting with alias/heading preservation, failure on existing target name, and return values. These are concrete side effects and constraints an agent needs to know.

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?

Three sentences with no filler. The first sentence states the core purpose, and the following sentences provide essential detail on behavior and return values. Everything earns its place.

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?

The description covers the action, file behavior, heading updates, link rewriting, collision handling, and key return values. The only minor gap is fully defining the name_or_path parameter format, but the parameter name and context make it understandable. The presence of an output schema reduces the need to document return structure.

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 coverage is 0%, so the description must compensate. It thoroughly explains new_title (file becomes slugify(new_title).md and H1 updates), but name_or_path is only implied as the note to rename. It doesn't clarify whether it accepts a title, path, or note ID, leaving a gap for that parameter.

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 opens with a specific verb+resource: 'Rename a note to a new title.' It then details the exact behavior (file renamed to slugify(new_title).md, H1 updated, wiki-links rewritten), which fully distinguishes it from siblings like edit_note or update_note.

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 context is unambiguous: this tool is for renaming a note. However, it does not explicitly mention alternatives or exclusionary guidance (e.g., use edit_note for content changes). The clear scope and description of side effects make the usage evident, but explicit differentiation from sibling tools is missing.

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/seandavi/vault-mcp'

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