Skip to main content
Glama

cognitive.verify_lattice_transition

Verify a candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo
lattice_idNo
next_stateNo
prev_stateNo
lattice_dataNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.4/5.0
Behavior2/5

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

Annotations are absent, so the description carries full responsibility for behavioral disclosure. It only says 'verify', which implies a check, but it does not explain what happens on success or failure, the return format, whether it mutates anything, or any side effects. It also does not clarify what 'invariant boundary manifolds' means operationally. This is minimal and insufficient for a tool with no annotation coverage.

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 sentence and is front-loaded with the action. It is concise in length but lacks substantive content. It is not verbose, but it is under-specified, so it does not fully earn its place. The brevity is not a problem, but the missing information reduces its effectiveness.

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?

Given the tool has 5 parameters, no annotations, and a complex verification purpose, the description is severely incomplete. There is an output schema, so return values are presumably structured, but the description does not explain what 'verify' returns, how errors are handled, or what constitutes a valid transition. The agent lacks critical context for correct invocation.

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%, so the description must compensate by explaining parameters. It mentions 'candidate state or transition' which maps loosely to prev_state and next_state, but it does not describe action, lattice_id, or lattice_data. No parameter details are provided, leaving all five parameters essentially undocumented.

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 specific verb (verify) and resource (candidate state or transition S_t -> S_{t+1} against invariant boundary manifolds). It clearly indicates the tool's purpose. However, it does not explicitly differentiate from sibling verify tools like cognitive.verify_strategy or cognitive.verify_ethics_and_norms, though the 'lattice transition' and 'invariant boundary manifolds' terminology gives some distinctiveness. It's clear but not fully distinguishing.

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 provided on when to use this tool versus alternatives. There is no mention of prerequisites, context, or exclusions. The description simply states what it does, leaving the agent to infer when it is appropriate. Given the large sibling set, this is a significant gap.

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