Skip to main content
Glama

Jeremy Twogood — Portfolio

get_ai_build

Get full details for a single AI or software project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesBuild ID; get valid IDs from list_ai_builds

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / id / description
      Previous value: -"Build ID — get valid IDs from list_ai_builds"New value: +"Build ID; get valid IDs from list_ai_builds"
  2. First observed

TDQS

C2.9/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 only says 'Get full details,' which implies a read operation, but it does not describe what fields are returned, how errors or missing IDs are handled, or any authentication or rate-limit considerations.

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 one concise sentence with no filler. It is front-loaded with the core action, though 'AI or software project' is slightly redundant and could have been more precise regarding what an 'AI build' is.

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?

For a single-parameter read tool, the description is minimally sufficient: an agent knows to pass an ID and receive full details. However, with no output schema and no annotations, the vagueness of 'full details' and the absence of error/not-found behavior leave meaningful gaps.

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 description coverage is 100%, so the baseline is 3. The description itself adds no parameter-specific meaning, but the schema's id description provides useful guidance by pointing to list_ai_builds for valid IDs, which is sufficient for a single-parameter tool.

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 clear verb and resource: 'Get full details for a single AI or software project.' It indicates a single-entity retrieval operation and is distinct from list_ai_builds, though it does not explicitly differentiate from the similar-sounding get_project sibling.

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?

The description provides no explicit when-to-use guidance or alternatives. The word 'single' implies this is for one item rather than a list, and the schema's id description references list_ai_builds, but the main description leaves the choice among get_ai_build, get_project, and list_ai_builds implicit.

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