Skip to main content
Glama

admissibility_preconditions

Verifies three store-scoped invariants to ensure admissibility queries can be answered: key agreement, observation channel alive, receipt chain coverage. Returns false if any precondition fails.

Instructions

Is this store in a state where an applicability question can be ANSWERED at all?

The layer BELOW applicability. evaluate_applicability asks whether a record is admissible now; this asks whether the machinery that answer rests on is still working. Three store-scoped invariants, no new statuses:

key_agreement every key the store holds resolves through the read path observation_channel_alive if records carry locators, some carry a read-time observation receipt_chain_covers_records if receipts are enabled and records exist, the chain is not empty

A precondition that cannot apply reports applicable: false and does NOT count as holding -- a question that did not arise has not been answered.

The layer and the first two invariants are @Stratogain's (safal207/Causal-Memory-Layer#289); the third is the same shape found in our own 450-record store, which had receipts enabled, an empty chain, and 107 locators with zero observations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that the tool checks three store-scoped invariants, creates no new statuses, and reports `applicable: false` when a precondition cannot apply, which does not count as holding. This meaningfully describes behavior, though it could further clarify whether the check is purely read-only and what the full success response looks like.

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 well-structured with a clear opening question, a positional statement, bulleted invariants, and a behavioral note. However, the final paragraph containing the issue reference and the 450-record store example is historical provenance that an AI agent does not need in order to select or invoke the tool correctly. It adds noise to an otherwise focused definition.

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 that there are no parameters, no annotations, and no output schema, the description does a solid job of explaining what the tool checks, what the invariants mean, and how `applicable: false` should be interpreted. It could be more complete by describing the exact return shape when invariants hold, but the core context needed for correct invocation is present.

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 has zero parameters and an empty input schema, so there are no parameter meanings to clarify. The description instead adds value by explaining what the check examines, which is appropriate for a no-argument diagnostic. This meets the baseline for a zero-parameter tool.

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 description clearly states the tool's role: checking whether the store is in a state where an applicability question can be answered at all. It names the specific resource (store-scoped invariants), lists the three invariants explicitly, and distinguishes itself from evaluate_applicability, which is the layer above. This strongly differentiates the tool from its siblings.

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?

The description provides clear context by positioning this tool as 'the layer BELOW applicability' and contrasting it with evaluate_applicability: evaluate_applicability asks about a record's admissibility, while this tool asks whether the supporting machinery works. This effectively tells an agent when to use it, though it stops short of an explicit 'use this when...' or 'do not use when...' directive.

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DanceNitra/inspeximus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server