Skip to main content
Glama

backlog_recall

Recall short digest records of completed tasks and artifacts by querying episodic memories. Find what you finished recently about a topic or which artifacts belong to a project.

Instructions

Recall episodic memories — short digest records captured when tasks complete or artifacts are created. Distinct from backlog_search (which queries live entities). Use this to answer "what did I finish recently about X?" or "what artifacts live under FLDR-0001?" — the memories point back to entities via metadata.entity_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesFree-text query (keyword or phrase).
contextNoOptional scope — usually a parent_id like "FLDR-0001". Filters to memories captured with that entity as their context.
tagsNoFilter by memory tags (any-match). e.g. ["artifact"] or ["task"].
layersNoRestrict to specific memory layers. Default: ["episodic"] (only Phase 3 capture kind today).
limitNoMax results. Default: 10.
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses that recall returns short digest records captured at task completion or artifact creation, and that they point back to entities via metadata.entity_id. This adequately describes the read-only nature and data origin, though it doesn't specify 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.

Conciseness5/5

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

The description is three sentences, uses bold for key terms, and provides examples. Every sentence adds value without redundancy. It is efficiently structured and easy to parse.

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 five parameters and no output schema, the description covers the purpose and parameter semantics well. However, it does not describe the return structure beyond mentioning metadata.entity_id, which might leave an agent uncertain about the full output format. It is nearly complete but slightly lacking in return details.

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?

Schema coverage is 100%, so baseline is 3. The description adds valuable context: explains 'context' as a parent_id scope, clarifies 'tags' as any-match with examples, and describes 'layers' with default and current state ('only Phase 3'). This goes beyond the schema descriptions.

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 recalls episodic memories (short digest records) and distinguishes it from backlog_search, which queries live entities. It provides specific use cases like 'what did I finish recently about X?' and 'what artifacts live under FLDR-0001?', making the purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly contrasts with backlog_search (live entities) and gives concrete examples of when to use it ('what did I finish recently about X?'). It also explains that results reference entities via metadata.entity_id, providing clear context for appropriate usage.

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/gkoreli/backlog-mcp'

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