Skip to main content
Glama
PurdueRCAC

Globus MCP Server

by PurdueRCAC

compute_endpoint_status

Check if a Globus Compute endpoint is online before submitting tasks. Returns status information including availability.

Instructions

Check whether a Globus Compute endpoint is online.

Call this before submitting tasks to verify the endpoint is available.

Args: endpoint_id: UUID of the Compute endpoint.

Returns: Dict with endpoint status information including whether it is online and ready to accept tasks.

Examples: compute_endpoint_status("abcd-1234-...")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpoint_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Without annotations, the description discloses that the tool is a read-only check with no side effects, and specifies the return includes online status and readiness. No hidden behaviors are indicated.

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 concise with a clear structure: purpose, usage guidance, args, returns, and an example. Every sentence provides value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one simple parameter, the description fully covers purpose, usage, parameter meaning, and return type. The example aids clarity, making it complete for this tool.

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?

With 0% schema description coverage, the description adds meaning by stating endpoint_id is a UUID of the Compute endpoint, beyond the schema's bare string type.

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 checks endpoint online status, with specific verb 'Check' and resource 'whether a Globus Compute endpoint is online'. It distinguishes from siblings like compute_submit by noting its role as a prerequisite check.

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?

The description explicitly advises using this tool before submitting tasks to verify availability, providing clear context. However, it does not list explicit alternatives or when not to use it.

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