Skip to main content
Glama

get_readiness

Return a stable, content-free readiness envelope to verify if a local OKF bundle is ready for processing.

Instructions

Return a stable, content-free readiness envelope for a local bundle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.14.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It adds some behavioral color by calling the envelope 'stable' and 'content-free,' but it does not clarify side effects, failure modes, prerequisites such as the bundle needing to exist locally, or what happens when the optional bundle parameter is null.

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 description is a single concise sentence with no wasted words, and the key resource ('readiness envelope for a local bundle') is front-loaded. It is appropriately brief, though the jargon and ambiguity reduce the value of that brevity.

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?

The tool has a simple input schema and an output schema, but the description is still under-specified for an agent: it gives no sense of what 'readiness envelope' contains, what qualifies as a local bundle, or how the optional parameter behaves. With no annotations and 0% schema coverage, the description leaves too much to inference.

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 the undocumented 'bundle' parameter. It does add the qualifier 'local bundle,' which hints that the parameter identifies a local bundle, but it does not explain accepted formats, the significance of the default null, or what values are valid.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description does state a specific verb and resource: 'Return a stable, content-free readiness envelope for a local bundle.' However, the meaning of 'readiness envelope' is not explained, so the tool's actual purpose remains vague and it is not clearly distinguished from sibling diagnostic/readiness-related tools like get_diagnostics or okf_doctor_tool.

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 guidance about when to use this tool versus alternatives. The description only states what it returns, with no conditions, exclusions, or mention of sibling tools, leaving the agent to infer the appropriate invocation context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.