bulk_tag
Tag multiple candidates at once by providing candidate IDs and a tag name. Creates tags automatically if missing, with rate-limit handling for safe write operations.
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 |