Skip to main content
Glama

lore_move

Move or rename a node to a new path, optionally changing its parent, and automatically update child paths.

Instructions

Move or rename a node to a new path (and optionally a new parent), by path or id. Cascades child paths.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesCurrent node path or id.
pathYesNew full path for the node (e.g. bot/exits/v2).
projectNoProject slug (defaults to .lorerc in cwd, then LORE_PROJECT).
parentIdNoOptional new parent node id.
Behavior3/5

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

No annotations exist, so the description carries the burden. It discloses that moving a node cascades child paths, which is a key behavioral trait. However, it omits other important details like idempotency, permission requirements, or error behavior (e.g., if the node does not exist).

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 extremely concise, with only two sentences. The first sentence captures the main action, and the second adds a critical behavioral note. No unnecessary words.

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?

Given 4 parameters and no output schema, the description adequately explains the operation's core behavior and a key side effect. However, it lacks information about return values, error cases, or prerequisites, leaving some gaps for a complete understanding.

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%, so baseline is 3. The description adds minimal value beyond the schema: it reiterates that 'node' accepts path or id, but the schema already states that. No additional semantic enrichment is provided.

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 action (move or rename), the resource (a node), and the ability to operate by path or id, with the key feature of cascading child paths. It effectively distinguishes from sibling tools like lore_delete or lore_tree that handle different operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives, such as when to move/rename versus using lore_delete or lore_tree. The description lacks when-not-to-use or prerequisite context.

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/sharedlore-ai/lore-mcp'

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