Skip to main content
Glama

nexus_list_jobs

Read-onlyIdempotent

List and filter quantum jobs by project, status, or name substring, showing a page of results and total count.

Instructions

List jobs visible to the user (one page of up to limit, plus the total count).

Optional filters: exact project name, status (e.g. COMPLETED, RUNNING, ERROR), and a name_like substring. Occasionally returns a Nexus-side server error unrelated to your request; if so, use nexus_job_status / nexus_get_results by id instead of retrying this call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNo
projectNo
name_likeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare the tool read-only, idempotent, and non-destructive. The description adds behavior beyond annotations: it returns one page with a total count, and it may occasionally fail with transient server errors. This is useful operational context, though it does not cover auth or rate limits.

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 three compact sentences, front-loaded with the core action. Each sentence adds value: function, filters, and error-handling guidance. No wasteful wording.

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?

With an output schema present and simple read-only behavior, the description sufficiently covers pagination, filtering, and error avoidance. It does not detail sort order or exact filter interaction, but these are not necessary for basic invocation.

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?

Schema description coverage is 0%, so the description must compensate. It explains all four parameters: limit as page size, project as exact name, status with example values, and name_like as a substring. It does not explicitly describe null/default behavior or how filters combine, but the main semantics are clear.

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's purpose: list jobs visible to the user, with pagination details. It distinguishes itself from sibling tools like nexus_job_status and nexus_get_results by focusing on a list operation with filters rather than single-job operations.

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

Usage Guidelines5/5

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

The description explicitly provides when-not-to-use guidance and alternatives: in case of a Nexus-side server error, use nexus_job_status or nexus_get_results by id instead of retrying. It also mentions optional filters, which implies when to apply them.

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/Blite-HQ/qnexus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server