monica_gift
Manage gift records with actions to list, create, update, and delete gifts. Associate photos to gifts and track statuses like idea, received, or offered.
Instructions
Manage gifts. Actions: list, get, create, update, delete. ⚠️ delete is irreversible. Additional actions: associate_photo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID (required for get/update/delete) | |
| url | No | Gift URL | |
| date | No | Gift date (YYYY-MM-DD) | |
| name | No | Gift name | |
| page | No | Page number | |
| limit | No | Page size (max 100) | |
| action | Yes | Operation to perform: list | get | create | update | delete | associate_photo. "list" = paginated list, "get" = by ID, "create" = new record, "update" = modify by ID, "delete" = remove by ID (irreversible). | |
| amount | No | Gift amount | |
| status | No | Gift status: idea, received, offered | |
| comment | No | Gift comment | |
| photo_id | Yes | Photo ID to associate | |
| contact_id | No | Contact ID | |
| recipient_id | No | ID of the contact the gift is for (partner/child) |