Skip to main content
Glama

List jobs

jobs_list
Read-onlyIdempotent

List the deployment's jobs, paginated; filter by project or status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoRows per page, 1-50. Default 20; values above 50 are rejected.
cursorNoOpaque token — copy nextCursor VERBATIM from the previous response. NOT a row offset: "50" is rejected. (scene_inspect and artifacts_list do take integer offsets; this tool and projects_list are keyset-paginated and do not.)
statusNoOptional job state to filter the results.
projectIdNoStable project ID returned by project_create or projects_list.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsYes
nextCursorYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare the tool read-only, non-destructive, and idempotent. The description adds pagination and filtering context, but those are also visible from the schema. It does not significantly disclose behavior beyond the structured annotation and schema already provided.

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 a single, compact sentence that front-loads the core action and includes the two key filtering capabilities. Every word earns its place with no redundancy.

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?

For a simple list tool, the description covers scope, pagination, and filtering. With a full output schema, complete parameter descriptions, and safe read-only annotations, nothing essential is missing; only explicit alternative routing keeps it from being fully complete.

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

Parameters3/5

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

Schema description coverage is 100%, so the parameters are already well documented. The description confirms that projectId and status are filters, but it does not add meaning beyond the existing schema parameter descriptions.

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 names a specific verb and resource: 'List the deployment's jobs, paginated; filter by project or status.' This clearly distinguishes it from single-job tools like job_get, but it does not explicitly name sibling alternatives, so it falls just short of the top score.

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 its use for browsing jobs and mentions filtering, which gives clear context. However, it does not state when to prefer this over job_get, job_report, or other job-related tools, nor does it explain 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.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources