Skip to main content
Glama
openl-tablets

OpenL MCP Server

Official

Move or Rename Project File

openl_move_project_file

Move or rename a project file without manual folder creation; specify source and destination, and intermediate folders are auto-created. The change stages in the working copy until you commit.

Instructions

Move or rename a file within a project. Maps to POST /projects/{projectId}/file-move. Intermediate destination folders are created automatically and the source file is deleted after the move. A destination collision fails with HTTP 409. The move is staged in the working copy — commit it with openl_save_project. Use 'branch' to pin the project's branch. Use this to rename a file or relocate it to another folder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchNoBranch the project must be on for this operation. Ignored when blank. Fails if the repository has no branches or the project is on another branch. Omit for repository 'local' and non-branch repositories.
projectIdYesProject ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting.
sourcePathYesProject-relative path of the source file (e.g. 'rules/Model.xlsx').
destinationPathYesProject-relative destination path (e.g. 'rules/Model-copy.xlsx'). Intermediate folders are created automatically.
response_formatNoResponse format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with contextjson

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.2.0
    • changedInput schema / properties / response_format / default
      Previous value: -"markdown"New value: +"json"
    • changedInput schema / properties / response_format / description
      Previous value: -"Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context"New value: +"Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context"
  2. Addedv1.1.0

TDQS

A4.3/5.0
Behavior5/5

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

Beyond the generic openWorldHint annotation, the description discloses the key side effects: automatic creation of intermediate folders, deletion of the source file, HTTP 409 on collision, and staging in the working copy requiring a later commit. This is substantial transparency for a mutation tool and matches the annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Five short sentences front-load the action and then pack in endpoint, side effects, and error behavior. It is dense but not padded; only the endpoint mapping is arguably optional.

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?

Covers operation semantics, failure mode (409), staging workflow, and branch handling, which is complete for a focused move/rename tool. The absence of an output schema means response shape is not described, but the response_format parameter and simple operation mitigate that gap.

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?

All parameters have rich schema descriptions, so the description carries no extra burden. It reinforces branch pinning and intermediate folder creation, but adds no new parameter semantics beyond the schema. 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?

States a specific operation ('Move or rename a file within a project') with concrete resource paths and endpoint. The 'source file is deleted after the move' detail differentiates it from sibling openl_copy_project_file, while rename/relocate language separates it from write/delete tools.

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?

Gives explicit intended use—'Use this to rename a file or relocate it to another folder'—and identifies the follow-up commit with openl_save_project. It does not explicitly contrast with copy/write/delete siblings, but the side-effect description ('source file is deleted') makes the choice clear enough.

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/openl-tablets/openl-mcp'

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