Skip to main content
Glama

run_repository_pipeline

Run the repository snapshot->triage->plan->simulate chain and return the canonical repository envelope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
runsNo
seedNo
modelNo
signalsNo
snapshotNo
stop_afterNo
snapshot_idNo
token_budgetNo
repository_idYes
max_snippet_linesNo
max_evidence_itemsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

No annotations exist, so the description must carry behavioral info. It only states the execution chain and return value, omitting side effects, permissions, rate limits, or state modifications. Critical transparency gaps exist.

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

Conciseness3/5

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

The description is a single concise sentence, but it lacks structure (e.g., parameter details, usage context). It is not wastefully verbose, but it is under-informative.

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

Completeness1/5

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

A complex tool with 11 parameters, nested objects, and no output schema. The description provides almost no context on input expectations, execution behavior, or return format, making it insufficient for reliable use.

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 provides no explanations for any of the 11 parameters. The agent cannot infer parameter roles beyond their names and constraints like minimums.

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 clearly states the tool runs a chain of steps (snapshot->triage->plan->simulate) and returns a 'canonical repository envelope'. This is a specific verb+resource, and while it doesn't explicitly differentiate from siblings like `create_repository_snapshot` or `simulate_repository`, the chain description implies a combined operation.

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?

No guidance on when to use this tool vs the individual sibling tools or alternatives. The agent is left to infer usage context from the name alone.

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