list_note_types
Retrieve all note types with their IDs and labels, providing the required note_type_id for writing notes.
Instructions
List all note types available in the account.
Returns {id, label} pairs suitable for passing as note_type_id on note writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |