create_deal
Create a CRM sales pipeline deal, optionally linked to a customer account and contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Deal name | |
| stage | No | Pipeline stage | |
| amount | No | Deal amount | |
| ownerId | No | Owner user/team member ID | |
| dealType | No | Deal type/category | |
| accountId | No | Linked CRM account ID | |
| contactId | No | Linked contact ID | |
| closingDate | No | Expected closing date | |
| description | No | Deal notes or description | |
| probability | No | Win probability, e.g. 25 |
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 |