Skip to main content
Find a contact, enrich verified email, and send a meeting request.

Prerequisites

  • MCP access enabled
  • Credits for research_contacts
  • Connect access for send_email (or use create_email_draft only)
  • A connected sender address (list_email_accounts or seamless://email-accounts)
research_contacts saves contacts to your org. send_email requires the saved contactId from get_my_contacts, not IDs returned by search_contacts.

Sequence

Tool calls

1. search_contacts

2. research_contacts

3. get_my_contacts

Retrieve the saved contactId for the researched person.

4. Read seamless://templates/variables

Use merge tags {first_name}, {company}, {title} in the email body.

5. send_email

Confirm with the user before calling send_email or any write tool that sends outbound email.

Run with Claude Code