Skip to main content
Glama

cognitive_verify_strategy

Run objective deterministic verification on a strategy (§24, §16).

Clients cannot self-promote. Verification is evaluated server-side.
Pass task_structure_id (from cognitive.identify_task) so constraints are
independently recomputed from registered descriptors instead of trusting
trace flags. Objective precedence: explicit caller value → recomputed from
raw data → registered spec (labeled unknown) → nested trace claims ONLY
when trust_trace_objective=true → otherwise unknown, never silent 0.0.
Returns passed/score plus details.objective_source and
details.independently_verified so callers know what was recomputed
versus taken on trace claims. Failures are structured, never bare.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
strategy_idYes
task_instanceNo
execution_traceNo
task_structure_idNo
trust_trace_objectiveNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and it delivers substantial disclosure: verification cannot be influenced by self-promotion, objective precedence is enumerated, 'otherwise unknown, never silent 0.0', and failures are 'structured, never bare'. It also explains what determinative fields are returned, so an agent understands the behavioral contract beyond the bare operation name.

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?

The description is dense but every sentence adds meaningful information, from server-side evaluation to the precedence chain to the exact return fields. The precedence rule is formatted as a clear arrow chain, and the core purpose is front-loaded in the first sentence.

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 an output schema exists, the description need not repeat return structure; it still names details.objective_source and details.independently_verified for clarity. It explains failure behavior and the objective computation chain well, though it does not explicitly state whether the operation is read-only or describe authentication requirements. Overall it is complete enough for a verification tool.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate, and it does for the non-obvious parameters: task_structure_id's source and purpose, and trust_trace_objective's exact effect on objective precedence. strategy_id, task_instance, and execution_trace are left mostly to inference from their names and context, so it does not fully cover all 5 parameters.

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 opening sentence states a specific verb and resource: 'Run objective deterministic verification on a strategy.' It goes on to clarify that this is server-side verification ('Verification is evaluated server-side') and that it is distinct from tasks like proposing or identifying strategies, which appear among the siblings. This gives an agent a precise, unambiguous purpose.

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?

It gives explicit operational guidance: pass task_structure_id from cognitive.identify_task so constraints are recomputed from registered descriptors, and set trust_trace_objective only when trace claims should be trusted. It implies when to use this tool (when objective, non-self-promoting verification is needed) but does not explicitly contrast it with sibling verification or other alternative tools.

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