Skip to main content
Glama

MCP Think Tank

by flight505

memory_query

Access and filter stored observations using keywords, dates, tags, or agents. Retrieve relevant data efficiently for enhanced decision-making and problem-solving in AI-driven workflows.

Instructions

Query the memory store with advanced filters

Input Schema

NameRequiredDescriptionDefault
afterNoISO date to filter observations after
agentNoAgent that created the observations
beforeNoISO date to filter observations before
keywordNoText to search for in observations
limitNoMaximum number of results to return
tagNoTag to filter observations by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "after": { "description": "ISO date to filter observations after", "type": "string" }, "agent": { "description": "Agent that created the observations", "type": "string" }, "before": { "description": "ISO date to filter observations before", "type": "string" }, "keyword": { "description": "Text to search for in observations", "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "tag": { "description": "Tag to filter observations by", "type": "string" } }, "type": "object" }

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/flight505/mcp-think-tank'

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