Skip to main content
Glama
PurdueRCAC

Globus MCP Server

by PurdueRCAC

endpoint_local_id

Retrieve the UUID of the locally installed Globus Connect Personal endpoint, allowing it to serve as a source or destination for data transfers.

Instructions

Get the UUID of the locally installed Globus Connect Personal endpoint.

Returns the endpoint ID for your local machine, which can be used as a source or destination for transfers.

Returns: The UUID string of the local GCP endpoint.

Raises: GlobusError: If Globus Connect Personal is not installed or running.

Examples: local_ep = endpoint_local_id() transfer(local_ep, "/path/to/file", remote_ep, "/dest/path")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses that the tool returns a UUID string and raises GlobusError if GCP is not installed or running. No annotations are present, but the description adequately covers behavioral traits for a simple read operation.

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?

The description is concise with a clear first sentence, followed by return info, error conditions, and an example. Slightly verbose with separate lines for Returns/Raises but still efficient.

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 zero parameters and an existing output schema, the description is complete: it explains the return value, error case, and provides a usage example. No gaps are apparent.

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?

The tool has zero parameters and schema coverage is 100%. A baseline of 4 is appropriate as the description adds no unnecessary details about parameters.

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: 'Get the UUID of the locally installed Globus Connect Personal endpoint.' It specifies the verb (Get) and resource (UUID of local GCP endpoint), and distinguishes from siblings like endpoint_search by being local-specific.

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?

It explains the returned ID can be used as a source or destination for transfers, providing an example with transfer(). While it doesn't explicitly list when not to use, the context is clear and sufficient for selecting this tool.

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