create_note
Create a new note in Google Keep with an optional title and text. Store and organize your ideas directly in your Keep account.
Instructions
Create a new note with title and text.
Args:
title (str, optional): The title of the note
text (str, optional): The content of the note
Returns:
str: JSON string containing the created note's data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |