search_project
Search across project sources using smart intent detection. Route queries to application docs, project management plans, decisions, or operational data based on intent. Specify query and optional intent for targeted results.
Instructions
Search across project sources with smart intent detection. IMPORTANT: "project docs" means APPLICATION documentation (docs/ + DECISIONS.md), NOT project management. Use intent "project_docs" when user says "project docs/documents/documentation" to search application documentation. Use intent "plan" for project management (status, todos, roadmap, backlog).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. Can be a single word, multiple words, or a phrase. The search is semantic and will find relevant content even with partial matches. | |
| intent | No | Intent type to map to sources. "project_docs" searches docs/ + DECISIONS.md (application documentation). "docs" searches only docs/. "plan/todos/roadmap/status/operational" searches .project/ (project management). "project" searches everything. "decisions" searches only DECISIONS.md. | |
| maxResults | No | Maximum number of results to return. Default is 10, maximum is 50. |