Skip to main content
Glama

Get State At Timestamp

get_state_at_timestamp
Read-only

Reconstruct the exact workflow state (nodes and edges) at any past ISO timestamp, letting you audit decisions and restore context.

Instructions

Reconstruct historical state memory (nodes and edges) as it existed at a specific ISO timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNoOptional project identifier.
timestampYesTarget ISO timestamp (e.g. 2026-07-28T12:00:00Z).
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. Description adds that the tool reconstructs the state from nodes and edges, and that it is a point-in-time snapshot. Does not elaborate on caveats like data source or availability, but given the read-only annotation, this is sufficient.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, front-loaded with the main action, no redundant words.

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?

Description covers the tool's core behavior and output type (state as nodes and edges). No output schema exists, but the description implies the return value. For a read-only query tool with two well-described parameters, this is adequately complete.

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?

Input schema has 100% coverage with descriptions for both 'project' and 'timestamp'. The description reinforces the timestamp parameter but does not add new semantics beyond schema. Baseline 3.

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?

Description uses specific verb 'reconstruct' with resource 'historical state memory (nodes and edges)' and qualifier 'at a specific ISO timestamp'. Clearly distinguishes from sibling tools like get_node_history or get_context_snapshot by focusing on full state at a point in time.

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?

Description implies usage when needing historical full-state at a timestamp, but provides no explicit alternatives or exclusions. Sibling tools like revert_to_timestamp or get_node_history are not mentioned, so agent must infer when to choose this over them.

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/putervision/state-memory-mcp'

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