Skip to main content
Glama

lipi_rename_note

Rename or move a note to a new path, and get a clear error if the target path already exists.

Instructions

Rename/move a note to a new path. Returns 409 path_taken if target path already exists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesNote id
pathYesNew path, e -g. 'archive/Old Name.md'
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It usefully discloses that a 409 path_taken is returned when the target path exists, which signals non-overwriting behavior. But it does not mention success response, whether the id remains stable, or whether the move affects references or permissions.

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?

One concise sentence communicates the core action and a key error behavior without wasted words. The critical operational fact is front-loaded and the 409 detail is valuable.

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?

For a mutation tool with no annotations and no output schema, the description provides the essentials: what it does and one major error case. It stops short of describing the success return value or any preconditions, leaving moderate ambiguity for an agent invoking it.

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 already explains both parameters. The description adds the rename/move context and the 409 error condition, which gives some meaning, but does not materially expand parameter understanding beyond the schema.

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 states a specific operation ('Rename/move a note to a new path') with a clear resource and outcome. This distinguishes it from sibling tools like lipi_update_note, which targets content, and lipi_delete_note, which removes notes.

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 when to use the tool: when a note's path needs to change. However, it does not explicitly contrast with alternatives or state when not to use it, leaving the agent to infer the boundary against update_note and create_note.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/birajrai/lipi-mcp'

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