cypher_list_invariants
List every enforceable invariant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | ||
| since_ms | No | Epoch-ms lower bound on change time; 0 (default) = any time. | |
| dpop_token | No |
List every enforceable invariant.
| Name | Required | Description | Default |
|---|---|---|---|
| npub | No | ||
| since_ms | No | Epoch-ms lower bound on change time; 0 (default) = any time. | |
| dpop_token | No |
Changes observed during successful MCP inspections.
Input schema / properties / since_ms / defaultPrevious value: -nullNew value: +0Does 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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.