MCPHerramientas MCP/Apps conectadas/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.
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "list_imported_contacts",
    "arguments": {}
  }
}
Respuesta de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.