monica_relationship
Manage relationships between contacts: list, get, create, update, or delete. Use list for a paginated overview, get by ID for a specific record. Delete is irreversible.
Instructions
Manage relationships. Actions: list, get, create, update, delete. ⚠️ delete is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID (required for get/update/delete) | |
| 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). | |
| contact_is | No | ID of the primary contact | |
| of_contact | No | ID of the secondary contact | |
| relationship_type_id | No | Relationship type ID |