Skip to main content
Glama

recall

Search unified memory across all AI assistants to recover context before a task. Filter by source and content type to find relevant facts, preferences, projects, or conversations.

Instructions

Search the user's unified memory across all AIs. Use this at the start of a task to recover context. source filters to one AI (chatgpt/claude/gemini); type filters by fact/preference/project/relationship/conversation/note. semantic_weight (0.0–1.0) tunes hybrid search: 0.0 = pure keyword, 1.0 = pure semantic, 0.5 = equal. Use -1.0 (default) for the config default. Results are limited to the memory scopes this client is allowed to see.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
limitNo
queryYes
sourceNo
semantic_weightNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the burden. It discloses result scoping ('limited to the memory scopes this client is allowed to see'), explains semantic_weight behavior (0.0-1.0 tuning, default -1), and implies read-only behavior for a search. No annotation contradiction.

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 a single paragraph that front-loads purpose and usage, then systematically explains parameters. Every sentence adds value, no fluff or repetition. It is efficiently structured for quick agent understanding.

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 an output schema exists (not shown), the description need not cover return values. It covers input parameters, behavior (scoping, hybrid search), and defaults. Could be more complete by mentioning result ordering or pagination, but overall sufficient for a search tool.

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 description coverage is 0%, but the description adds meaning for source, type, and semantic_weight (e.g., 'filters to one AI', 'tunes hybrid search'). It does not explain the limit parameter, which appears only in schema with default 8. Still, most parameters benefit from the description.

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 searches the user's unified memory across all AIs, and specifies use at task start to recover context. It distinguishes from sibling tools like recall_project by implying it covers all AIs, and explains filtering by source and type.

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 explicitly advises using this at the start of a task to recover context, and explains parameter usage (source, type, semantic_weight). It does not explicitly mention when not to use or alternative tools, but the context is clear given sibling tool names.

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/darknodebros/EleSync'

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