create_deal
ActiveTool of FavCRM
declared in 1.0.0
Create a CRM sales pipeline deal, optionally linked to a customer account and contact.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "Deal name"
},
"stage": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Pipeline stage"
},
"amount": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"description": "Deal amount"
},
"ownerId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Owner user/team member ID"
},
"dealType": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Deal type/category"
},
"accountId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Linked CRM account ID"
},
"contactId": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Linked contact ID"
},
"closingDate": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Expected closing date"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Deal notes or description"
},
"probability": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Win probability, e.g. 25"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries