Skip to main content
Glama

native_select_build

Select a generated build for the next launch using its ID and expected revision. Confirm native page tools afterward, since existing pages stay unchanged until then.

Instructions

Select a generated bundle for the next launch. It is not active in existing pages; verify native page tools after launching.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
buildIdYes
expectedRevisionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0-beta.1

TDQS

C2.9/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, and it does disclose two useful traits: the selection is 'not active in existing pages' and pages must be verified after launching. However, it omits whether the selection is reversible, what happens to a previously selected bundle, and any permission requirements for this state change.

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?

Two tight sentences with the core action front-loaded and the caveat following immediately. No filler, though the closing clause is slightly cryptic in isolation.

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?

For a state-mutating tool with no annotations, no output schema, and two undocumented required parameters, the description is too thin. It leaves the revision-precondition semantics and the effect on existing selection unaddressed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the description mentions neither buildId nor expectedRevision, both of which are required. The optimistic-concurrency intent of expectedRevision is left entirely unexplained, and the description does nothing to compensate for the documentation gap.

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?

States a specific verb (select) and resource (generated bundle) with the key qualifier 'for the next launch'. This implicitly distinguishes it from native_build and native_launch, though it never names those siblings explicitly.

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?

Usage is only implied through the phrase 'for the next launch' and the trailing instruction to verify native page tools afterward. It never states when to prefer this over native_build or native_launch, or what prerequisites must exist before selecting.

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