Create Contact Tag
Create a named tag such as 'vip' or 'warm-lead', with an optional hex color, to organize your contacts. Tags are user-scoped, and the call is idempotent, returning the existing tag if the name already exists. Use it to set up labels before tagging or filtering contacts.
Example prompt: Create a tag called warm-lead with the color #FF5733
{
"id": "tag_2b9d",
"name": "warm-lead",
"color": "#FF5733",
"created": true
}What you can build
Parameters
Inputs accepted by create_tag.
| Name | Type | Description |
|---|---|---|
| name | string | Tag name (unique per user). |
| color | string | Hex color e.g. #FF5733 |
Related tools
List Contact Tags
List every tag in your account with id, name, and color so you can organize and segment LinkedIn contacts via MCP.
Tag a Contact
Tag any LinkedIn contact in one call, creating the tag if it does not exist yet. Upserts and links in a single MCP step.
Delete Contact Tag
Permanently delete a tag and remove it from every contact it was applied to. Keep your LinkedIn CRM taxonomy clean via MCP.
Remove Tag From Contact
Unlink a tag from a specific LinkedIn contact without deleting the tag itself. Precise contact organization via MCP.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.