Skip to main content
Glama
cachly-dev

Cachly — AI Cognitive Brain

recall_at

View a topic's historical state at any point in time to understand what was known when old decisions were made.

Instructions

Brain Archaeology — see what a lesson looked like at a specific point in time. "What did we know about deployments 3 months ago?" Returns the history of a topic filtered to entries before the given date. Shows how the lesson evolved: failure → partial → success. Also useful to understand WHY old code decisions were made.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
instance_idYesUUID of the cache instance
topicYesTopic slug to look up, e.g. "deploy:api"
dateYesISO date string (e.g. "2026-01-15") — returns entries stored BEFORE this date
Behavior4/5

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

In the absence of annotations, the description provides good behavioral context: it returns filtered history, shows lesson evolution (failure → partial → success), and explains the 'before' date logic. It does not disclose authentication needs or rate limits, but it covers the core behavior well.

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 extremely concise: a tagline, an example question, and a brief explanation of output and utility. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given the tool has three parameters, no output schema, and no annotations, the description is complete enough. It explains what the tool returns (filtered history with evolution stages), when to use it, and parameter formats. An agent can reliably select and invoke this tool.

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

Parameters5/5

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

Schema coverage is 100%, and the description adds meaning beyond schema by explaining topic slug format ('deploy:api'), date format (ISO string), and the 'BEFORE this date' semantics. It also gives an example query, enriching understanding of each parameter.

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 purpose: returning the history of a topic before a specified date, showing evolution. It uses a memorable metaphor 'Brain Archaeology' and provides an example question. It distinguishes from siblings like 'global_recall' and 'recall_best_solution' by focusing on temporal point-in-time queries.

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 gives concrete usage scenarios (e.g., understanding old code decisions) but does not explicitly state when not to use it or mention alternatives. It implies context for historical analysis, which is sufficient for an agent to decide.

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/cachly-dev/cachly-mcp'

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