Skip to main content
Glama

mcp-structured-memory

search_within_memory

Locate specific information within stored memory documents by entering a memory ID and search query. Enhances context retrieval for projects in structured memory systems.

Instructions

Search for information within a memory document

Input Schema

NameRequiredDescriptionDefault
memory_idYesThe ID of the memory document to search
queryYesThe search query (words or phrases)

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "The ID of the memory document to search", "type": "string" }, "query": { "description": "The search query (words or phrases)", "type": "string" } }, "required": [ "memory_id", "query" ], "type": "object" }
Install Server

Other Tools from mcp-structured-memory

Related Tools

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/nmeierpolys/mcp-structured-memory'

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