pipedrive_get_person
ActiveTool of Pipedrive
declared in 0.1.0
Get full contact details by ID. Returns name, emails, phones, organization, associated deals, and custom fields.
Parameters schema
{
"type": "object",
"examples": [
{
"id": 1,
"_apiKey": "your-pipedrive-api-key"
}
],
"required": [
"_apiKey",
"id"
],
"properties": {
"id": {
"type": "number",
"description": "Person ID"
},
"_apiKey": {
"type": "string",
"description": "Pipedrive API token"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Pipedrive
https://github.com/pipeworx-io/mcp-pipedrive
1/7 registries