C2B Append Mcp Tool
c2b_appendGet business demographic details for consumers. Identify the consumer with a LinkedIn URL, or with first name, last name, and one of: email, phone, or city and state. Retrieve job title, seniority, department, business email, LinkedIn profile, and complete business information.
Use this tool when users ask for 'C2B', 'c2b', or 'Consumer to Business Person' data
**Tips for Best Results:**
- Provide full name and consumer email for best match quality
- LinkedIn URLs must be in format: linkedin.com/in/username
- Use `rcfg_require_email` to return only records with business email
- Use `rcfg_require_value` to filter by job title, department, or other attributesInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | A person's city | |
| last | No | A person's last name | |
| No | A valid consumer email address | ||
| first | No | A person's first name | |
| phone | No | A person's phone number | |
| state | No | A person's two-letter state code | |
| domain | No | A business domain | |
| li_url | No | A LinkedIn URL (accepts https://www.linkedin.com/in/username, www.linkedin.com/in/username, or linkedin.com/in/username) | |
| rcfg_max_time | No | Maximum allowed API run time (in seconds) | |
| rcfg_require_email | No | Returns only records with email (set to 1 to enable) | |
| rcfg_require_value | No | Field/value requirements in "Field=Value" format. Example: ["Title=Manager"] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | No | Records returned by the Operations API. Record fields pass through unchanged. | |
| query_id | No | ||
| warnings | No | ||
| input_query | No | ||
| num_matches | No | Number of matching queries. | |
| num_results | No | Number of records returned. | |
| match_counts | No | Sparse match counts. An absent key means zero. |