Skip to main content
Glama
PurdueRCAC

Globus MCP Server

by PurdueRCAC

rename

Renames or moves a file or directory to a new path on a Globus endpoint. Requires endpoint UUID, source path, and destination path.

Instructions

Rename or move a file or directory on a Globus endpoint.

The source path must exist. The destination path must not exist. Most endpoints require the destination to be on the same filesystem.

Args: endpoint_id: The UUID of the endpoint. source_path: Current path of the file or directory. dest_path: New path for the file or directory.

Returns: Dict with 'message' confirming the rename and 'code'.

Examples: rename("endpoint-uuid", "/data/old_name.txt", "/data/new_name.txt") rename("endpoint-uuid", "/scratch/temp", "/scratch/results")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpoint_idYes
source_pathYes
dest_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries full burden. It discloses preconditions and return format, but lacks details on permissions, error behavior, or idempotency. Minimal but adequate for basic understanding.

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 well-structured: purpose first, then preconditions, parameter list, return value, and examples. Every sentence adds value, with no redundancy or unnecessary detail.

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 purpose, parameters, preconditions, return value, and gives practical examples. Missing error handling or permission requirements, but for a simple rename operation this is largely sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, but the description includes an 'Args' section with concise descriptions for all three parameters (endpoint_id as UUID, source_path as current path, dest_path as new path), effectively compensating for the schema gap.

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 'Rename or move a file or directory on a Globus endpoint,' specifying the action and resource. It distinguishes from siblings like 'transfer' which handles cross-endpoint moves, making the purpose unambiguous.

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?

Provides clear preconditions: source must exist, destination must not exist, and most endpoints require same filesystem. Does not explicitly compare to alternatives, but context signals (sibling list) allow inference, so usage guidance is adequate.

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/PurdueRCAC/globus-mcp'

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