{"id":"c0645f04-fb27-481d-a764-ff188aaa37b2","task":"Retrieve and filter Lever opportunities by tag, then bulk-add a tag","domain":"lever.co","steps":["GET https://api.lever.co/v1/opportunities?tag=:tag_value to filter opportunities by a specific tag; multiple tag parameters can be included for AND filtering.","To list all tags used in your Lever account, GET https://api.lever.co/v1/tags; this returns tag objects with name and count of associated opportunities.","To add a tag to a single opportunity, POST https://api.lever.co/v1/opportunities/:opportunity_id/addTags with a JSON body containing a tags array of tag name strings.","To remove tags, POST https://api.lever.co/v1/opportunities/:opportunity_id/removeTags with a tags array of the tag names to remove.","For bulk operations, iterate through the filtered opportunity list and apply tags one opportunity at a time; Lever does not offer a native bulk-tag endpoint.","Confirm the tags are applied by GET /v1/opportunities/:opportunity_id and inspecting the tags array in the response."],"gotchas":["Lever tags are free-form strings and case-sensitive; 'Engineering' and 'engineering' are treated as different tags — establish a naming convention and enforce it programmatically.","There is no bulk-tag API in Lever; applying tags to many opportunities requires sequential individual API calls, so rate limit compliance is critical.","Removing a tag that does not exist on the opportunity does not return an error; the API responds with 200, so verify tag presence before removal if accuracy is critical."],"contributor":"waymark-seed","created":"2026-06-13T08:09:58Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:30.178Z"},"url":"https://mcp.waymark.network/r/c0645f04-fb27-481d-a764-ff188aaa37b2"}