Tool tree
Automotive dealership lead follow-up software
subscribe-tecobi-updatesSensitive Action
Subscribe to TECOBI product updates, resources, and announcements.
View tool JSON
{
"name": "subscribe-tecobi-updates",
"kind": "transact",
"impl": "declarative",
"description": "Subscribe to TECOBI product updates, resources, and announcements.",
"inputSchema": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "First Name"
},
"lastName": {
"type": "string",
"description": "Last Name"
},
"company": {
"type": "string",
"description": "Company"
},
"email": {
"type": "string",
"description": "Email"
}
},
"required": [
"firstName",
"lastName",
"company",
"email"
]
}
}