Skip to main content
Glama

memoryguard_memory_search

Search shared memory records by query, kind, or status to retrieve stored agent preferences, facts, and project details.

Instructions

Search shared memory records by query, kind, or status. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNofilter by kind: preference|fact|project|procedure|episode|correction
limitNomaximum results to return (default: 5 for conversation recall)
queryNosearch query
statusNofilter by status: active (default)|low_confidence|shadowed|conflicted|quarantined|deleted
semanticNooptional semantic recall mode (default: off)
agent_instance_idNooptional identity consistency check; trusted MCP environment is authoritative

Schema Changelog

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

  1. First observedv0.7.8

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden and does add a useful behavioral signal: 'Read-only.' However, it does not clarify retrieval behavior such as default status filtering, semantics of the search modes, or whether quarantined/deleted records are included by default, leaving that to the schema.

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 short sentences with the action and object front-loaded, followed by a compact safety cue. Every word earns its place and there is no filler.

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

Completeness3/5

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

The description provides the core operation and filter dimensions, and the schema documents all parameters and defaults. However, with no output schema and no sibling differentiation, an agent is left to infer the return shape and when to choose this tool over the many related search/read tools.

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

Parameters3/5

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

Schema description coverage is 100%, so all six parameters already carry meaningful descriptions and defaults. The tool description only names three filter axes (query, kind, status) and adds no parameter-level detail beyond the schema, so the baseline of 3 is appropriate.

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 states a specific action and resource: 'Search shared memory records', with clear filter dimensions 'by query, kind, or status'. It does not explicitly differentiate itself from sibling tools like memory_read or history_search, but the search framing is still clear.

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 tool's purpose implies it should be used when finding shared memory records by flexible filters, but there is no explicit guidance about when to prefer it over memory_read, history_search, or knowledge_search. No when-not-to-use conditions or alternative routing are provided.

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/irisxc4/memoryguard'

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