create_ticket
Create a support ticket for a member issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Where the ticket originated | |
| subject | Yes | Ticket subject/title | |
| category | No | Ticket category | |
| priority | No | Ticket priority | |
| accountId | No | Member/account ID this ticket is about | |
| contactName | No | Contact name if no account ID | |
| description | No | Detailed description of the issue | |
| contactEmail | No | Contact email if no account ID | |
| contactPhone | No | Contact phone if no account ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |