Skip to main content
Glama

skypilot_job_queue

Read-only

List jobs in a cluster's queue to retrieve job IDs, names, statuses, submission times, and resource usage; filter by user or skip finished jobs.

Instructions

List jobs on a cluster's job queue. Returns job IDs, names, statuses, submission times, and resource usage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
all_usersNo
cluster_nameYes
skip_finishedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes this as a safe read operation. The description adds what is returned (job IDs, names, statuses, submission times, resource usage), which is useful, but the output schema likely covers the same ground and no auth, rate-limit, or pagination behavior is disclosed.

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 tightly written sentences, front-loaded with the core purpose and followed by the return fields. Every sentence earns its place.

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

Completeness3/5

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

The definition covers purpose and return fields, and annotations handle safety. However, it omits usage guidance and leaves two of three parameters undocumented, which is a meaningful gap 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?

Schema description coverage is 0%, so the description must compensate, but it does not. 'Cluster's job queue' loosely implies the required cluster_name, yet the optional all_users and skip_finished parameters are left completely unexplained.

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 specific verb and resource: 'List jobs on a cluster's job queue.' This distinguishes it from a managed job queue and from single-job status tools, but it does not explicitly name or contrast with siblings like skypilot_managed_job_queue or skypilot_job_status.

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

Usage Guidelines2/5

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

The description gives no when-to-use guidance, no prerequisites, and no alternatives. Usage is only implied by the purpose, and with many sibling tools available, an agent gets no help selecting this one over alternatives.

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