bulk_tag
Tag multiple candidates at once by passing candidate IDs and a tag name. Automatically creates the tag if it doesn't exist, saving time on repetitive tagging tasks.
Instructions
Tag multiple candidates in one call. Write operation — rate-limited.
Users say "tag all the candidates from the hiring event." Pass candidate_ids from search or pipeline tools and a tag_name (created automatically if new). Processes sequentially with rate-limit delays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | Yes | Tag name to apply — created on-the-fly if it doesn't exist | |
| candidate_ids | Yes | Candidate IDs to tag — get from list_candidates or search |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |