Skip to main content
Glama

vault_time_travel

Explore past states of a belief ledger: retrieve what was known at a given time, compare changes between two instants, or trace an entity's version history.

Instructions

Query the vault's bitemporal belief ledger — memory time travel.

Every belief write is versioned in an append-only, hash-chained ledger. This tool answers questions like "what did the vault know last Tuesday?" and "what changed between two dates?".

Args: action: One of: as_of — snapshot of beliefs visible at when diff — what changed between from_when and to_when timeline — version history for entity verify_chain — tamper-check the ledger hash chain seed — backfill the ledger from pre-ledger belief files redact — erase belief bodies (by entity or claim_id) via a chained tombstone; content is deleted, the hash chain stays verifiable when: ISO-8601 instant for as_of (e.g., '2026-07-14T00:00:00+00:00') from_when: ISO-8601 start instant for diff to_when: ISO-8601 end instant for diff entity: Entity name for timeline time_axis: 'transaction' = what the vault knew at that instant (default); 'valid' = what had been verified as of that instant

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
whenNo
actionYes
entityNo
reasonNouser_requested_erasure
to_whenNo
claim_idNo
from_whenNo
time_axisNotransaction

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It explains the append-only, hash-chained ledger, and describes each action's behavior, including side effects like redact's 'chained tombstone' and hash chain verifiability. However, it does not mention rate limits or authorization requirements.

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 description is well-structured, starting with a clear one-sentence purpose, followed by a detailed list of actions and parameters. It is somewhat verbose (e.g., repeating 'ISO-8601' multiple times) but each part adds value. It could be slightly tighter without losing clarity.

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

Completeness3/5

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

Given the tool has 8 parameters, no schema descriptions, and an output schema (unseen), the description covers the main actions and their return concepts. However, missing parameter documentation for 'reason' and 'claim_id' reduces completeness. The output schema existence does not fully offset this gap since the description does not reference it.

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

Parameters3/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. It documents 6 out of 8 parameters (action, when, from_when, to_when, entity, time_axis) with clear meaning and examples. However, it omits documentation for 'reason' and 'claim_id' (though claim_id is mentioned in the redact action). This partial coverage leaves a gap.

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 explicitly states the tool's function: 'Query the vault's bitemporal belief ledger — memory time travel.' It lists specific actions (as_of, diff, timeline, verify_chain, seed, redact) which clarify the scope and distinguish it from sibling tools like vault_search or vault_query.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains what each action does but does not explicitly compare this tool to alternatives or state when not to use it. With many sibling tools (e.g., vault_query, vault_search), explicit usage guidance would be beneficial, but the action descriptions imply use cases.

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

Install Server

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/juyterman1000/entroly'

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