Skip to main content
Glama

monitor_job_status

Check simulation job status and review .sta/.msg diagnostics. Enable diagnose for in-depth solver-log analysis to identify errors.

Instructions

Inspect job objects and tail .sta/.msg diagnostics. Set diagnose=True for full solver-log analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo
diagnoseNo
job_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden of behavioral disclosure. It does add useful information about tailing .sta/.msg files and the diagnose flag triggering full solver-log analysis, but it does not state whether the operation is read-only, how timeout affects behavior, or other potential side effects.

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?

Two succinct sentences with no filler. The core action and the key option are both front-loaded, and every clause contributes meaningful guidance.

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

Completeness2/5

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

The tool has three parameters with zero schema descriptions and no annotation support, yet the description only addresses diagnose. It omits the semantics of job_name and timeout, and does not position the tool relative to overlapping siblings such as diagnose_job, leaving the definition incomplete for correct invocation.

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

Parameters2/5

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

With schema description coverage at 0%, the description must compensate for missing parameter explanations. It explains the diagnose parameter ('Set diagnose=True for full solver-log analysis') but leaves job_name and timeout undefined, only indirectly implying their roles through 'job objects' and diagnostics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a concrete action—'Inspect job objects and tail .sta/.msg diagnostics'—which clearly identifies the tool's purpose. It is specific about the resource and operation, though it does not explicitly differentiate from the sibling diagnose_job.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the diagnose mode ('Set diagnose=True for full solver-log analysis') but gives no explicit guidance on when to prefer monitor_job_status over alternatives like list_jobs or diagnose_job. Usage context is present but not fully articulated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools