1
100Hires
/hires_batch_remove_tags
hires batch remove tags
Remove tags from multiple candidates in one request (max 100). Returns per-item results with partial success support.
liveunknown~5s typical
mcp100hires
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-100hires-100hires /hires_batch_remove_tags for me.
Input
| Field | Type | Description |
|---|---|---|
| ids* | array | Candidate IDs to remove tags from (max 100). |
| tags* | array | Tag names to remove. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-100hires-100hires","endpoint":"/hires_batch_remove_tags","input":{"ids":[],"tags":[]}}'cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_batch_remove_tags -i '{"ids":[],"tags":[]}'mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_batch_remove_tags", input: {"ids":[],"tags":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.