Skip to main content
Glama

veto_workflow

Execute a sequential agent pipeline with pass/fail gates between steps. Stops if a step's confidence is below its gate. Returns per-step results and an overall verdict.

Instructions

Runs a sequential agent pipeline with optional pass/fail gates between steps. Each step runs a worker agent; if a gate score is set and the step confidence falls below it, the pipeline stops. Returns per-step results plus an overall verdict (passed/partial/failed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoExecution mode. "linear" (default) runs steps sequentially. "dag" reads dependencies, runs independent steps in parallel, gates dependent steps.
stepsYesOrdered pipeline steps.
project_dirNoOptional project directory — auto-injects codebase context into all steps.
Behavior4/5

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

The description discloses key behaviors: gates stop the pipeline on low confidence, returns per-step results and overall verdict. This adds value beyond annotations (readOnlyHint=false, destructiveHint=false) by explaining the execution flow. It does not cover side effects but is sufficient given the tool's nature.

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

Conciseness5/5

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

Two sentences efficiently convey the core purpose, gate behavior, and return structure. Every sentence earns its place with no redundancy or fluff.

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

Completeness4/5

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

Given the complexity (3 parameters, nested steps array, no output schema), the description provides a solid overview of pipeline logic and return values. It misses details like condition and retry, but those are covered in the schema. For selection and invocation, it is sufficiently complete.

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?

With 100% schema description coverage, the baseline is 3. The description restates some schema details (gates, steps) but does not add new semantics or constraints beyond what the schema provides for parameters like mode, steps, or project_dir.

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

Purpose5/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 sequential agent pipeline with optional pass/fail gates between steps,' specifying a distinct action and resource. It distinguishes itself from sibling tools like veto_code_review or veto_security_scan, which are single-purpose, by focusing on orchestration of multiple steps.

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

Usage Guidelines4/5

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

The description implies use for multi-step pipelines with gating but does not explicitly state when to use this tool versus alternatives or when not to use it. It provides clear context for sequential execution but lacks exclusionary guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jigyasudham/veto'

If you have feedback or need assistance with the MCP directory API, please join our Discord server