Skip to main content
Glama

search

Search memory content to recall decisions or information when you don't know the exact location. Returns relevant notes and asset pointers.

Instructions

Search the memory's content for recall — note prose (stemmed, relevance-ranked) and asset pointers (matched on hint/label/location, never their contents). Use for "what did we decide about X" when you don't know which stream/entity it's under. This is distinct from find_entities (which matches names). Returns live results only, capped with a *_truncated flag; it never follows an asset pointer.

Args:
    query: Words to match (OR-ed; relevance floats full matches to the top).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
Behavior5/5

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

With no annotations, the description fully covers behavioral traits: returns live results only, capped with truncated flag, never follows asset pointers, and notes stemming/relevance ranking for notes. No contradictions.

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?

Every sentence adds value: purpose, usage context, behavioral details, and parameter explanation. Well-structured and efficient with no fluff.

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?

For a simple 1-param tool with no output schema, the description covers all necessary context: what is searched, how results work, limitations, and difference from siblings. Complete for the complexity level.

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?

Single parameter 'query' has no schema description (0% coverage), but the description adds meaning: 'Words to match (OR-ed; relevance floats full matches to the top)', which compensates fully.

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 uses a specific verb-resource pair ('Search the memory's content') and explicitly distinguishes itself from the sibling `find_entities` tool by stating it searches content vs. names, making purpose very clear.

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?

Provides explicit guidance on when to use ('what did we decide about X' when location is unknown) and distinguishes from `find_entities`, effectively telling the agent when not to use it.

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/praveen-ilangovan/pensieve'

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