get_trashed_notes
Retrieves deleted or trashed notes from Google Keep, optionally filtered by search query.
Instructions
Get only trashed notes.
Args:
query (str, optional): A string to match against the title and text
Returns:
str: JSON string containing trashed notes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |