Skip to main content
Glama

COA Goldfish MCP

by anortham

remember

Store quick thoughts, notes, or tasks in your current session for short-term use. Categorize with tags, set expiry, and maintain context across projects with COA Goldfish MCP.

Instructions

Store a quick thought or note in current session. For detailed checkpoints use checkpoint tool instead.

Input Schema

NameRequiredDescriptionDefault
contentYesThe thought or note to remember
tagsNoOptional tags for categorization
ttlHoursNoHours to keep this memory (default: 24)
typeNoType of memory (default: general)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The thought or note to remember", "type": "string" }, "tags": { "description": "Optional tags for categorization", "items": { "type": "string" }, "type": "array" }, "ttlHours": { "description": "Hours to keep this memory (default: 24)", "type": "number" }, "type": { "description": "Type of memory (default: general)", "enum": [ "general", "todo", "context" ], "type": "string" } }, "required": [ "content" ], "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