list_papers
List notes/papers from AI Note. Supports keyword search across title and content, category filtering, pagination, and sorting. Returns id/title/content_preview/category_id/created_at. Use this when the user asks 'find my note about X', 'what did I write on Y', or wants to search their knowledge base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of papers to return (default: 25, max: 200) | |
| offset | No | Number to skip for pagination (default: 0) | |
| search | No | Keyword to match in paper title or content (case-insensitive partial match) | |
| sort_by | No | Sort field (default: updated_at) | |
| sort_order | No | Sort order (default: desc) | |
| category_id | No | Filter by category UUID | |
| source_type | No | Filter by source type (e.g., 'manual', 'youtube', 'url', 'clipboard') | |
| paper_category_id | No | Filter by paper-specific folder UUID |