bird_create_contact
ActiveTool of io.usefulapi/bird
declared in 1.0.1
Creates a contact (CRM record) in Bird — additive, sends no message. Contacts are unique by email. Bird API: POST /v1/contacts.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"email"
],
"properties": {
"data": {
"type": "object",
"description": "Custom property values. Each key must be a property created via the contact-properties API; values match the property's declared type.",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
},
"email": {
"type": "string",
"description": "The contact's email address (unique within the workspace)."
},
"last_name": {
"type": "string",
"description": "The contact's last name."
},
"first_name": {
"type": "string",
"description": "The contact's first name."
},
"external_id": {
"type": "string",
"description": "Your own identifier for this contact (unique within the workspace)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.usefulapi/bird
https://github.com/m190/usefulapi-mcp
1/7 registries