note_list
List and search notes. When contact_id is provided alone, lists that contact's notes (pinned first). Add query, tag_name, is_pinned, or omit contact_id to search across all contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| query | No | Search term matched against note title and body | |
| sort_by | No | Sort field (default: updated_at) | |
| per_page | No | Results per page (default: 20) | |
| tag_name | No | Filter to notes belonging to contacts with this tag | |
| is_pinned | No | Filter by pinned status | |
| contact_id | No | Filter by contact ID (optional - omit to search across all contacts) | |
| sort_order | No | Sort direction (default: desc) | |
| include_deleted | No | Include soft-deleted notes in results (default: false) |