notes_create_note
Create a child note with optional image attachment. Capture observations, tag entries, and timestamp them for later reference.
Instructions
Create a new note for a child. Optionally attach an image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | The note text content | |
| tags | No | List of tag names to apply to this note | |
| time | Yes | Time of the note in ISO 8601 format (e.g. 2024-01-15T14:30:00) | |
| child_id | Yes | ID of the child. Use list_children to get IDs. | |
| image_path | No | Path to a local image file to attach to the note |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||