Skip to main content
Glama
PurdueRCAC

Globus MCP Server

by PurdueRCAC

compute_status

Check the status of multiple Compute tasks by providing their task IDs, receiving pending, status, result, or exception details.

Instructions

Check the status of one or more Compute tasks (non-blocking).

Args: task_ids: List of task UUID strings returned by compute_submit() or compute_batch_submit().

Returns: Dict mapping each task_id to its status info: - 'pending': True if the task is still running - 'status': 'success', 'failed', or a waiting state - 'result': The return value (only if complete and successful) - 'exception': Error info (only if failed)

Examples: compute_status(["task-uuid-1", "task-uuid-2"])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations are provided, so the description carries the full burden. It explains that the tool is non-blocking and details the return values including pending, status, result, and exception. This gives a clear picture of behavior.

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 at 6 lines, structured with Args, Returns, Examples. Every part is informative with no unnecessary text.

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 the simple single-parameter tool and the presence of an output schema, the description is complete. It covers the parameter, return values, and usage pattern, leaving no gaps for an AI agent.

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

Parameters5/5

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

With 0% schema description coverage, the description compensates fully. It explains that task_ids are list of UUID strings from specific submission tools and provides an example usage, adding meaning beyond the schema.

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 the status of Compute tasks, non-blocking. It uses a specific verb 'check' and resource 'status of Compute tasks', distinguishing it from siblings like compute_submit which submit tasks.

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 specifies that task_ids should come from compute_submit or compute_batch_submit, implying context. However, it does not explicitly state when not to use this tool vs alternatives like task_wait, which would be a blocking equivalent.

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