Skip to main content
Glama

COA Goldfish MCP

by anortham

search_history

Search and retrieve work history with fuzzy matching across checkpoints and workspaces to answer context-specific queries like "Did we fix the auth bug last week?" Supports time range, scope, and result limits.

Instructions

Search work history with fuzzy matching. Perfect for "Did we fix the auth bug last week?" type questions. Searches across checkpoints and finds relevant work.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum results to return (default: 20)
queryYesSearch query (e.g., "auth bug fix", "database migration")
scopeNoSearch scope: current workspace or all workspaces
sinceNoTime range (e.g., "3d", "1w", "yesterday", "2025-01-15")
workspaceNoSpecific workspace to search (optional)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum results to return (default: 20)", "type": "number" }, "query": { "description": "Search query (e.g., \"auth bug fix\", \"database migration\")", "type": "string" }, "scope": { "description": "Search scope: current workspace or all workspaces", "enum": [ "current", "all" ], "type": "string" }, "since": { "description": "Time range (e.g., \"3d\", \"1w\", \"yesterday\", \"2025-01-15\")", "type": "string" }, "workspace": { "description": "Specific workspace to search (optional)", "type": "string" } }, "required": [ "query" ], "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