find_documents
Search documents in the organization's knowledge base. Filter by category, tags, project, or free-text query. Returns document metadata — use get_document to read the full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags | |
| limit | No | Maximum results (default 10) | |
| query | No | Search query (matches title and content) | |
| category | No | Filter by category: template, policy, procedure, reference, contract, guide, checklist | |
| team_name | No | Filter by team name | |
| project_name | No | Filter by project name |