Skip to main content
Glama
jmpdsevilla

bovedia

move_note

Move, rename, or relocate a note to a different category or title. Automatically updates wikilinks in other notes that reference it.

Instructions

Mover, renombrar o reubicar una nota — cambiarla de categoría y/o cambiarle el título. Actualiza automáticamente los wikilinks de otras notas que la referencien.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNombre actual de la nota (sin extensión .md)
new_titleNoNuevo título para la nota, si se quiere renombrar (opcional)
new_categoryNoNueva categoría/carpeta destino (opcional)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses a key behavioral trait: automatic updating of wikilinks in other notes that reference the moved note. This adds significant value beyond the basic move operation, though it could mention error handling or prerequisites.

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?

Description is two sentences, front-loaded with the action, and efficient. Every sentence adds value, including the side effect of wikilink updates.

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 high schema coverage and no output schema, the description covers the main purpose and an important side effect. It could be more explicit about required combination of parameters (at least one of new_title or new_category) and error cases, but it's sufficient for typical use.

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 100% with clear descriptions for each parameter (name, new_title, new_category). The tool description adds no extra parameter information beyond the schema, so baseline 3 is appropriate.

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's purpose: move, rename, or relocate a note by changing its category and/or title. It also mentions automatic wikilink updates. This distinguishes it from sibling tools like move_category and edit_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 description implies usage when a note needs to be moved or renamed. It does not explicitly list when not to use or mention alternatives, but the context is clear given sibling tools.

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/jmpdsevilla/BovedIA'

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