Skip to main content
Glama

dynamic_workflow_submit_evaluator_verdict

Commit a default-fail evaluator verdict with criterion results and evidence, under fresh evaluator custody, to finalize a dynamic workflow run's acceptance or rejection.

Instructions

Commit a default-fail evaluator verdict under fresh evaluator custody.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_refYes
summaryYes
acceptedYes
decisionYes
host_roleYes
company_refYes
plan_digestYes
project_refYes
assignment_refYes
idempotency_keyYes
session_receiptYes
host_binding_refYes
criterion_resultsYes
expected_revisionYes
assignment_receiptYes
builder_result_digestYes
required_criterion_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden and only reveals a write action ('Commit') and a default-fail posture. It does not disclose side effects, idempotency, what 'fresh evaluator custody' entails, whether the verdict replaces an existing one, or other behavioral consequences.

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?

One tight sentence with no filler, front-loading the verb and object before the custody condition. It is appropriately brief, though brevity comes at the cost of the missing operational detail scored elsewhere.

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?

For a mutation tool with 17 required parameters, no annotations, and no parameter explanations, this description is far from complete. Even with an output schema covering return values, an agent has no way to know how to construct criterion_results, evidence_refs, custody fields, or what constitutes a valid default-fail verdict.

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 coverage is 0% and the description names none of the 17 required parameters. Terms like 'default-fail' and 'custody' do not map to any specific parameter, so the description adds no semantic value beyond the raw schema.

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 uses a specific verb ('Commit') and names the exact resource ('default-fail evaluator verdict'), plus a state qualifier ('under fresh evaluator custody'). It is distinguishable from sibling dynamic_workflow_submit_plan/submit_builder_result by the evaluator role, though the jargon is not unpacked.

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 is given on when to call this tool versus its close siblings (dynamic_workflow_next_assignment, submit_plan, cancel) or on prerequisites beyond 'fresh evaluator custody.' The intended workflow position is only implied by the name and sibling list.

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/RPasquale/lightbulb-mcp'

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