Skip to main content
Glama

claim_compute_job

An approved provider voluntarily claims a matching job for 15 minutes. Supply a new claim_id; reuse only for an identical immediate retry.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
claim_idYes
offer_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the 15-minute claim duration and the rule for claim_id reuse, which are behavioral details. However, it does not explain side effects like locking the job, what happens if the job is already claimed, or any state changes beyond the claim itself. The description is minimal but not misleading.

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 two sentences with no filler. It front-loads the purpose ('claims a matching job for 15 minutes') and then provides the key parameter instruction. Every word earns its place, and it is appropriately sized for a simple operation.

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?

Given the presence of sibling tools and no output schema, the description should explain the relationship between id, offer_id, and claim_id to enable correct invocation. It fails to do so, leaving the agent to guess what 'matching job' means and how the parameters map to it. The description is not complete enough for a tool with three required parameters and no schema coverage.

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 for all three parameters. It only explains claim_id ('Supply a new claim_id; reuse only for an identical immediate retry'). It does not explain what 'id' or 'offer_id' refer to, nor how they relate to the job being claimed. This leaves two required parameters completely undocumented, making it insufficient for an agent to construct a valid call.

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 a specific verb 'claims' and a specific resource 'a matching job' with a defined duration of 15 minutes. It distinguishes itself from siblings like cancel_compute_job, complete_compute_job, and offer_compute by focusing on the claim action. The phrase 'approved provider voluntarily' adds additional context about who can use it.

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 provides context that only approved providers can claim and that it is voluntary, and gives specific guidance on claim_id reuse for retries. However, it does not explicitly state when not to use this tool or mention alternatives like cancel or complete, leaving the decision to inference from the verb and sibling names.

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