bird_get_contact
ActiveTool of io.usefulapi/bird
declared in 1.0.1
Fetch a single contact by id. Bird API: GET /v1/contacts/{contact_id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"contact_id"
],
"properties": {
"contact_id": {
"type": "string",
"description": "Contact id."
}
}
}Parent server
io.usefulapi/bird
https://github.com/m190/usefulapi-mcp
1/7 registries