List Contact Tags
Lists all tags defined for the account, returning each tag's id, name, and color. Returns an empty array when no tags exist yet. The returned tag_id is what you pass to add_contact_tag to apply a tag to a contact.
Example prompt: Show me all the tags in my account with their colors
[
{
"id": "tag_8f2a1c",
"name": "vip",
"color": "#FF5733"
},
{
"id": "tag_3b9d44",
"name": "warm-lead",
"color": "#22C55E"
}
]What you can build
Related tools
Create Contact Tag
Create a named tag like vip or warm-lead with an optional hex color to organize LinkedIn contacts. User-scoped and idempotent by name.
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.
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.