monica_address
Manage addresses in Monica CRM with actions to list, get, create, update, or delete address records including street, city, and country details.
Instructions
Manage addresss. Actions: list, get, create, update, delete. ⚠️ delete is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID (required for get/update/delete) | |
| city | No | City | |
| name | No | Address label (e.g. 'Home', 'Work') | |
| page | No | Page number | |
| limit | No | Page size (max 100) | |
| action | Yes | Operation to perform: list | get | create | update | delete. "list" = paginated list, "get" = by ID, "create" = new record, "update" = modify by ID, "delete" = remove by ID (irreversible). | |
| street | No | Street address | |
| country | No | Country ID (ISO code) | |
| province | No | Province/state | |
| contact_id | No | Contact ID | |
| postal_code | No | Postal code |