list_notes
List paginated note summaries filtered by tag or keyword to efficiently browse and narrow the knowledge base. Returns metadata and summaries, not full content.
Instructions
List note summaries for browsing and narrowing the ChatCrystal knowledge base. Use this when you need paginated notes filtered by tag or title/summary keyword. Use search_knowledge instead for semantic relevance ranking, and get_note when you already have an id and need the full note body. Returns note metadata and summaries, not full note content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Exact tag name to filter notes by, for example "mcp" or "cursor". | |
| page | No | 1-based page number for paginated note summaries. Each page returns up to 20 notes. | |
| search | No | Literal keyword filter applied to note title and summary; not semantic search. |