Skip to main content
Glama
jdhart81

QuantaOptima

by jdhart81

quantaoptima_chain_status

View audit chain statistics and health for a session: see logged action counts, verification status, action type breakdown, and actors to confirm tamper-evident integrity.

Instructions

View audit chain statistics and health.

Shows the current state of the session's audit chain: how many actions are logged, verification status, action type breakdown, and actors.

Available on all tiers (Community, Pro, Enterprise).

Returns: JSON with chain statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description carries the full behavioral burden. 'View' implies a read-only operation and it discloses the returned content and tier availability, but it never states there are no side effects, no auth requirements, or any pagination/rate-limit behavior. Adequate but with clear gaps for an unannotated tool.

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?

The purpose is front-loaded in the first sentence and the body is short and scannable. The trailing 'Returns: JSON with chain statistics' partly restates the opening line, a minor redundancy but not significant bloat.

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?

An output schema exists, so return-value detail need not be spelled out; the description nonetheless summarizes the fields shown and notes tier availability. For a zero-argument read tool this is essentially complete, with only the missing sibling routing keeping it from a 5.

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?

The tool takes zero parameters, so there is nothing for the description to clarify beyond what the empty schema already shows. Baseline 4 applies for a no-arg tool.

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?

States a specific verb (View) and resource (audit chain statistics and health) and enumerates what is shown: action count, verification status, action type breakdown, and actors. It is clearly not the same as verify_chain or export_chain, though it never explicitly names those siblings, so differentiation is inferable rather than stated.

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?

The description says it is 'available on all tiers,' which is an availability note, not usage guidance. It gives no indication of when to call this versus quantaoptima_verify_chain, quantaoptima_status, or quantaoptima_audit, leaving the agent to guess from names alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.