search_notes
Find specific Google Keep notes and lists by text, labels, color, dates, or other attributes. Supports regex search, sorting, and filtering by status.
Instructions
Search Google Keep notes and lists.
Args: query: Text to search in title and body (supports regex). labels: Filter by label names. color: Filter by color name (e.g. "yellow", "blue"). pinned: Filter by pinned status. archived: Filter by archived status. trashed: Include trashed notes. created_after: ISO 8601 date/datetime; only notes created at or after this. created_before: ISO 8601 date/datetime; only notes created at or before this. updated_after: ISO 8601 date/datetime; only notes updated at or after this. updated_before: ISO 8601 date/datetime; only notes updated at or before this. sort_by: Sort by "created", "updated", "edited", or "title". Unsorted (arbitrary internal order) if omitted. sort_desc: Sort descending (newest/Z-first) when sort_by is set. Default True. offset: Number of results to skip (for paging through large result sets). limit: Maximum number of results to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| limit | No | ||
| query | No | ||
| labels | No | ||
| offset | No | ||
| pinned | No | ||
| sort_by | No | ||
| trashed | No | ||
| archived | No | ||
| sort_desc | No | ||
| created_after | No | ||
| updated_after | No | ||
| created_before | No | ||
| updated_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |