Skip to main content
Glama

Provider Readiness Check

quantum_provider_readiness_check_v1
Idempotent

Problem: Accept or reject this bounded circuit for the supplied pinned provider target and readiness rules. Input: JSON with qubit count, operations, target, rules. Result: readiness verdict, rule results and blockers, target provenance. Limits: Local software evidence only; 4096 operations; 65536 request bytes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYes
schema_versionYes
idempotency_keyYes
max_total_priceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3/5.0
Behavior3/5

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

Annotations already declare idempotentHint=true and destructiveHint=false, and the description usefully adds the operational limits ('Local software evidence only; 4096 operations; 65536 request bytes') plus the result shape. It does not explain why readOnlyHint is false for what is nominally a 'check', nor does it address the pricing/idempotency semantics implied by max_total_price and idempotency_key.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The Problem/Input/Result/Limits structure is front-loaded and easy to scan, and each clause carries information. It packs a lot into a few lines without redundancy.

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

Completeness3/5

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

An output schema exists, so return-value detail is not required, yet the description still lists the result structure helpfully. For a nested, 4-required-param tool, though, the absence of any guidance on the envelope params and the pricing/idempotency fields leaves material gaps.

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 carry parameter meaning, but it describes the inner request payload (qubit count, operations, target, rules) rather than the actual top-level parameters. It never explains schema_version, the request envelope, idempotency_key, or max_total_price, leaving all four required params undocumented.

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 states a concrete decision verb and resource: 'Accept or reject this bounded circuit for the supplied pinned provider target and readiness rules.' This distinguishes it from transformation/compilation siblings that mutate or translate circuits. However, it never names the likely alternative tools (e.g. quantum_openqasm3_preflight_v1, quantum_provider_target_compile_v1) that an agent might otherwise pick.

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

Usage Guidelines2/5

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

There is no explicit when-to-use statement, no prerequisites, and no exclusions relative to the many sibling readiness/compile/preflight tools. The 'Problem:' framing implies a use case but leaves the routing decision to inference.

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