manage_person_tags
Modify tags on person records in Attio CRM by setting, adding, removing, or clearing tags to organize and categorize contact information.
Instructions
Manage tags on a person. Supports four operations: "set" (replace all tags), "add" (append new tags), "remove" (delete specific tags), and "clear" (remove all tags). Tags are auto-created if they don't exist in the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record_id | Yes | The unique record ID of the person (e.g., from search_people results) | |
| operation | Yes | Operation to perform: "set" (replace all tags), "add" (append new tags), "remove" (delete specific tags), "clear" (remove all tags) | |
| tags | No | Array of tag names to set, add, or remove. Not required for "clear" operation. Tags must match existing options in Attio workspace. |