list-documents
Search the document registry by category, tags, or title to locate existing documents before creating a new one.
Instructions
Search the document registry. Filters compose with AND-logic: category match AND tag match AND title-substring match. Returns an array of registry entries with { id, title, filePath, category, tags, description, createdAt, updatedAt }. Use this before create-doc to check if a similar document exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags (matches if ANY tag overlaps). | |
| title | No | Substring match on title (case-insensitive). | |
| category | No | Filter by exact category match. |