Skip to main content
Glama
vbcherepanov

total-agent-memory

kg_at

Read-onlyIdempotent

Query fact assertions valid at a specified timestamp, or retrieve currently valid facts when no timestamp is provided.

Instructions

Point-in-time query: return fact assertions valid at timestamp (ISO 8601). Omit timestamp for currently-valid facts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
objectNo
projectNo
subjectNo
predicateNo
timestampNoISO 8601 or omit for now

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so safety is covered. The description adds the key behavioral nuance of timestamp filtering, which is useful. However, it does not describe the return format, potential limits, or error conditions. Given that annotations cover the safety aspects, this is adequate but not exceptional.

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?

The description is two sentences with no redundant words. It directly states the purpose and the optional behavior of the timestamp parameter. Every word serves a purpose, making it highly concise and well-structured.

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?

For a query tool in a knowledge graph context, the description sufficiently explains how to use it: specify a timestamp for point-in-time valid facts, or omit for current ones. It distinguishes itself from timeline tools by focusing on a single time point. The unmentioned parameters are standard in such domains (subject, predicate, object) and likely understandable. A small deduction for not specifying the output shape, but overall it is complete enough for an agent to call correctly.

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

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only the timestamp parameter is described in the schema and referenced in the description. The other five parameters (limit, object, project, subject, predicate) have no descriptions and are not mentioned. With schema coverage at only 17%, the description fails to compensate for the missing parameter documentation, leaving most of the parameters underspecified.

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?

The description clearly states the tool returns fact assertions valid at a specific timestamp, or current facts if timestamp is omitted. This makes the core purpose unambiguous without needing to inspect the schema. However, it does not explicitly distinguish itself from sibling tools like kg_timeline, so it loses a point.

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 provides a clear condition for usage: include timestamp for point-in-time queries, omit for current facts. This gives practical guidance, but it does not mention when to prefer this over other query tools or mention any limitations (e.g., pagination, ordering). The guidance is implicit rather than explicit.

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

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/vbcherepanov/total-agent-memory'

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