You're viewing a demo portfolio

Join the waitlist
PRSM

bird_create_contact

Active

Tool 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)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.usefulapi/bird

https://github.com/m190/usefulapi-mcp

1/7 registries
View full server →