Skip to main content
Glama

job_list

Read-onlyIdempotent

Review past job runs and their output tails. Access tracked job history to inspect completed executions and final log lines.

Instructions

List tracked job history with bounded output tails. Live dashboards use job_watch for their single focused task.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
tailLinesNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering safety. The description adds the 'bounded output tails' behavior, which is useful context beyond the schema, but it does not disclose further behavioral details like return format or pagination, so it adds only moderate value.

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 consists of two tight sentences: the first states the primary purpose, the second gives usage guidance for an alternative. Every word earns its place, with no fluff or repetition of structural data.

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 read-only list tool with no output schema and two self-explanatory parameters, the description covers the core functionality and points to the relevant sibling for live use. It could mention limit defaults or pagination, but those are visible in the schema, so the description is reasonably complete.

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 bears the burden of explaining parameters. The phrase 'bounded output tails' hints at tailLines, but it does not explain 'limit' or provide any additional semantics beyond what the parameter names imply. Given the low coverage, this is insufficient.

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 states a specific verb ('List') and resource ('tracked job history'), and adds 'bounded output tails,' which clarifies the tool's scope. It also distinguishes itself from the sibling job_watch by directing live-dashboard use to that tool, making its purpose unambiguous.

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 explicitly names job_watch as the alternative for live dashboards, giving a clear exclusion for this tool. However, it does not explicitly state when to use job_list beyond the implicit 'when you need tracked job history,' which is slightly less direct than a full when/when-not pair.

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/Liyuchen0118/RunBeacon'

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