Skip to main content
Glama

Rolled-up status for a submitted combo bundle

get_combo_status
Read-onlyIdempotent

Single-call combo status: per-leg breakdown + cumulative bug counts across legs + pause-on-bugs-threshold proximity + estimated time remaining. Use this instead of polling N individual jobIds for a combo. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comboIdYesThe comboId returned by submit_combo (one per combo run; distinct from each leg's jobId).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoTool result payload (JSON object)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds behavioral details about what data is returned (per-leg breakdown, bug counts, threshold proximity, time remaining) and notes it is free. This expands beyond annotations without contradiction.

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 sentences: first lists return content, second gives usage advice and cost note. No wasted words, front-loaded with key info.

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

Completeness5/5

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

Given the simple input (one param) and presence of output schema, the description covers purpose, return values, usage alternative, and cost. It is complete for the tool's complexity.

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 coverage is 100% with a detailed description of comboId. The tool description does not add further parameter semantics, so baseline score of 3 is appropriate.

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 it provides combo status with per-leg breakdown, cumulative bug counts, pause threshold proximity, and estimated time remaining. It distinguishes itself from polling individual jobIds, addressing the sibling context.

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?

Explicitly advises 'Use this instead of polling N individual jobIds for a combo.' This gives clear when-to-use guidance. No explicit exclusions are given, but the advice is sufficient.

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