search_decisions
Search recorded decisions by keywords, tags, or project metadata to quickly find relevant past choices.
Instructions
Search through recorded decisions by keywords or metadata.
This tool provides flexible project lookup. You can specify any combination of identifiers, and it will resolve to the matching project.
Priority: project_id > workspace_path > project_name
WHEN TO USE:
Looking for decisions about specific topics (e.g., "authentication", "database")
Checking if a particular technology or pattern was already decided upon
Finding decisions made by specific approaches or requirements
Researching the history of a specific feature or component
USEFUL FOR: Quickly finding relevant decisions without reading through all of them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Optional tags to filter by - e.g., ["security", "architecture"] | |
| query | Yes | Search keywords - e.g., "authentication", "performance", "database" (required) | |
| project_id | No | Project ID from create_project() (optional if project_name or workspace_path provided) | |
| project_name | No | Project name to look up (alternative to project_id) | |
| workspace_path | No | Workspace directory path (alternative to project_id) |