Skip to main content
Glama

cypher_list_invariants

List every enforceable invariant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
npubNo
since_msNoEpoch-ms lower bound on change time; 0 (default) = any time.
dpop_tokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added
  4. Removed
  5. Added
  6. Removed
  7. Added
  8. Removed
  9. Added
  10. Removed
  11. Added
  12. Removed
  13. Changed1 schema field changed
    • changedInput schema / properties / since_ms / default
      Previous value: -nullNew value: +0
  14. Added

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It states 'list' (a read operation) but does not mention any side effects, permissions, pagination, or ordering. This is insufficient for a tool with 3 parameters.

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 very short, which is efficient, but it sacrifices necessary detail. It packs no information beyond the name, so it is under-specified rather than appropriately concise.

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

Completeness2/5

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

Given the presence of 3 parameters, no output schema, and many sibling tools, the description fails to provide sufficient context. The agent cannot reliably determine how to filter invariants or interpret results.

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

Parameters2/5

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

Schema description coverage is low (33%), with only 'since_ms' having a description. The tool description does not explain the meaning or purpose of 'npub', 'since_ms', or 'dpop_token', leaving the agent without needed context for correct usage.

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 'List every enforceable invariant' clearly indicates the action (list) and the resource (invariants), but it does not differentiate from sibling tools like cypher_assert_invariant or cypher_guard_invariant_symbol, which could be confused.

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 alternatives such as cypher_assert_invariant or cypher_guard_invariant_symbol. The agent is left to infer the 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.