Contacts
lowPeople at named accounts: identity, contact details, role, decision-maker flag.
contacts_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | — |
| account_id | string | — | konto · compte · account · cuenta |
| first_name | string | — | vorname · prenom · prénom · nombre · given name |
| last_name | string | — | nachname · nom · cognome · apellido · surname |
| — | e-mail · mail · correo | ||
| phone | phone | — | telefon · téléphone · telefono · phone · mobile |
| title | string | — | titel · titre · titolo · cargo · job title |
| is_decision_maker | boolean | — | entscheider · décideur · decisor |
| last_contacted_at | date | — | — |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "contacts_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →