MCPOutils MCP/Applications connectées/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.

Paramètres
locationIdstringfacultatif
Only contacts on campaigns for this location (ClientLocation id, or the legacy Synup location id).
campaignIdstringfacultatif
Only contacts on this campaign.
sourcestringfacultatif
Only contacts from this source, e.g. "hubspot", "csv", "manual".
searchstringfacultatif
Match on name, email or phone (case-insensitive, partial).
limitnumberfacultatif
How many to return (default 50, max 200).
offsetnumberfacultatif
Where to start — pass the previous call's nextOffset.
Exemple de requête
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_imported_contacts",
    "arguments": {}
  }
}
Exemple de réponse
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.