Skip to main content
Glama

COA Goldfish MCP

by anortham

recall

Retrieve recent or searched working context, session state, and task progress with fuzzy search. Filter by time range, workspace, scope, and memory type for precise results.

Instructions

Enhanced memory recall with fuzzy search support. Can search or just show recent memories. Perfect for "what did I work on yesterday?" questions.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum results (default: 10)
queryNoSearch query (optional - if not provided, shows recent memories)
scopeNoSearch scope (default: "current")
sinceNoTime range (default: "7d")
typeNoMemory type filter (optional)
workspaceNoSpecific workspace (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum results (default: 10)", "type": "number" }, "query": { "description": "Search query (optional - if not provided, shows recent memories)", "type": "string" }, "scope": { "description": "Search scope (default: \"current\")", "enum": [ "current", "all" ], "type": "string" }, "since": { "description": "Time range (default: \"7d\")", "type": "string" }, "type": { "description": "Memory type filter (optional)", "enum": [ "general", "todo", "checkpoint", "context" ], "type": "string" }, "workspace": { "description": "Specific workspace (optional)", "type": "string" } }, "type": "object" }

Other Tools from COA Goldfish MCP

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/anortham/coa-goldfish-mcp'

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