MCPFerramentas MCP/Apps conectados/list_imported_contacts
list_imported_contacts
Readreview-invite:read
Read the contacts imported into review-invite campaigns — from connected CRMs, uploads or manual adds. Use it to answer anything about who is in the list: counts, coverage per location, which campaign or source a person came from, whether an email or phone is present, whether they've been sent to or replied. Filter by locationId, campaignId, source, or a search over name/email/phone. Paged — pass the returned nextOffset to continue. READ ONLY: it never sends anything. You don't pass an agency — it comes from your credentials.
Parâmetros
locationIdstringopcional
Only contacts on campaigns for this location (ClientLocation id, or the legacy Synup location id).
campaignIdstringopcional
Only contacts on this campaign.
sourcestringopcional
Only contacts from this source, e.g. "hubspot", "csv", "manual".
searchstringopcional
Match on name, email or phone (case-insensitive, partial).
limitnumberopcional
How many to return (default 50, max 200).
offsetnumberopcional
Where to start — pass the previous call's nextOffset.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_imported_contacts",
"arguments": {}
}
}Exemplo de resposta
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.