list_notes
Browse paginated note summaries filtered by tag or keyword to narrow your ChatCrystal knowledge base.
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". | |
| search | No | Literal keyword filter applied to note title and summary; not semantic search. | |
| page | No | 1-based page number for paginated note summaries. Each page returns up to 20 notes. |