Teamtailor Ops Control Plane
Server Details
Ask Teamtailor the recruiting-ops questions dashboards miss by connecting candidates, job applications, jobs, stages, scorecards, referrals, activities, notes, interviews, todos, users, teams, departments, locations, requisitions, and offers. Find stuck applications by owner, referral follow-up misses, feedback gaps by hiring team, source quality by job, stage-age outliers, offer-state hygiene, and bottleneck owners. No dashboard build. No SQL.
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 60 tools
Each tool targets a unique resource-action combination (e.g., get_candidate vs update_candidate vs list_candidates), and the purpose descriptions clearly differentiate them. No two tools appear to overlap in functionality.
All tools follow the same verb_noun pattern: 'get_' for single-resource retrieval, 'list_' for collection retrieval, and 'create_'/'update_' for mutations. The naming convention is uniform and predictable across the entire set.
With 60 tools, the surface is very large, covering a broad modeling of the Teamtailor domain. While each resource type has both get and list variants, the sheer number exceeds typical coherence thresholds and may overwhelm agents, though it is justified by the extensive data model.
The server provides comprehensive read coverage across many entities (candidates, jobs, applications, etc.) but lacks mutation tools for most entities—only candidates, jobs, and job applications are updatable. There are also no delete or create operations for many resources, leaving notable lifecycle gaps.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Removed
get_activity - Removed
list_activities
61 tool updates
- Changed
api_request1 field changed- added
Input schema / properties / confirmAdded value: +{ + "default": false, + "description": "Set true to run a live (non-GET) change. Ignored for GET and when dry_run=true.", + "type": "boolean" +}
- Changed
create_candidate1 field changed- added
Input schema / properties / confirmAdded value: +{ + "default": false, + "description": "Set true to run this live change. Ignored when dry_run=true.", + "type": "boolean" +}
- Changed
create_job1 field changed- added
Input schema / properties / confirmAdded value: +{ + "default": false, + "description": "Set true to run this live change. Ignored when dry_run=true.", + "type": "boolean" +}
- Changed
create_job_application1 field changed- added
Input schema / properties / confirmAdded value: +{ + "default": false, + "description": "Set true to run this live change. Ignored when dry_run=true.", + "type": "boolean" +}
- Changed
get_activity4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_answer4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_audit_event4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_candidate4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_department4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_division4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_form4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_interview4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_job4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_job_application4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_job_offer4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_location4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_note4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_referral4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_reject_reason4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_requisition4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_requisition_step_verdict4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_role4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_scorecard_criterion4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_scorecard_pick4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_scorecard_score4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_stage4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_stage_type4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_team4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_team_membership4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_todo4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
get_user4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_activities4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_answers4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_audit_events4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_candidates8 fields changed- added
Input schema / properties / created_afterAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records created at or after this ISO 8601 timestamp." +} - added
Input schema / properties / created_beforeAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records created at or before this ISO 8601 timestamp." +} - changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -} - added
Input schema / properties / updated_afterAdded value: +{ + "description": "Only include records updated at or after this ISO 8601 timestamp (for example 2026-05-01).", + "minLength": 4, + "type": "string" +} - added
Input schema / properties / updated_beforeAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records updated at or before this ISO 8601 timestamp." +}
- Changed
list_departments4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_divisions4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_forms4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_interviews4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_job_applications8 fields changed- added
Input schema / properties / created_afterAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records created at or after this ISO 8601 timestamp." +} - added
Input schema / properties / created_beforeAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records created at or before this ISO 8601 timestamp." +} - changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -} - added
Input schema / properties / updated_afterAdded value: +{ + "description": "Only include records updated at or after this ISO 8601 timestamp (for example 2026-05-01).", + "minLength": 4, + "type": "string" +} - added
Input schema / properties / updated_beforeAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records updated at or before this ISO 8601 timestamp." +}
- Changed
list_job_offers4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_jobs8 fields changed- added
Input schema / properties / created_afterAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records created at or after this ISO 8601 timestamp." +} - added
Input schema / properties / created_beforeAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records created at or before this ISO 8601 timestamp." +} - changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -} - added
Input schema / properties / updated_afterAdded value: +{ + "description": "Only include records updated at or after this ISO 8601 timestamp (for example 2026-05-01).", + "minLength": 4, + "type": "string" +} - added
Input schema / properties / updated_beforeAdded value: +{ + "$ref": "#/properties/updated_after", + "description": "Only include records updated at or before this ISO 8601 timestamp." +}
- Changed
list_locations4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_notes4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_referrals4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_reject_reasons4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_requisition_step_verdicts4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_requisitions4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_roles4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_scorecard_criteria4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_scorecard_picks4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_scorecard_scores4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_stage_types4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_stages4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_team_memberships4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_teams4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_todos4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
list_users4 fields changed- changed
Input schema / properties / detail_profile / defaultPrevious value: -"full"New value: +"operational" - changed
Input schema / properties / detail_profile / descriptionPrevious value: -"full returns raw API payload; operational returns a compact recruiting-ops projection."New value: +"operational (default) returns a compact recruiting-ops projection with names, prose, and other personal fields omitted; pass full to include the raw API payload with those fields." - added
Input schema / properties / path_paramsAdded value: +{ + "additionalProperties": { + "type": "string" + }, + "description": "Values for path placeholders such as {id} in a write operation.", + "type": "object" +} - removed
Input schema / properties / reasonRemoved value: -{ - "description": "Required when detail_profile=full.", - "maxLength": 500, - "minLength": 12, - "type": "string" -}
- Changed
update_candidate1 field changed- added
Input schema / properties / confirmAdded value: +{ + "default": false, + "description": "Set true to run this live change. Ignored when dry_run=true.", + "type": "boolean" +}
- Changed
update_job1 field changed- added
Input schema / properties / confirmAdded value: +{ + "default": false, + "description": "Set true to run this live change. Ignored when dry_run=true.", + "type": "boolean" +}
- Changed
update_job_application1 field changed- added
Input schema / properties / confirmAdded value: +{ + "default": false, + "description": "Set true to run this live change. Ignored when dry_run=true.", + "type": "boolean" +}
62 tool updates
- First observed
api_request - First observed
create_candidate - First observed
create_job - First observed
create_job_application - First observed
get_activity - First observed
get_answer - First observed
get_audit_event - First observed
get_candidate - First observed
get_control_plane_capabilities - First observed
get_department - First observed
get_division - First observed
get_form - First observed
get_interview - First observed
get_job - First observed
get_job_application - First observed
get_job_offer - First observed
get_location - First observed
get_note - First observed
get_referral - First observed
get_reject_reason - First observed
get_requisition - First observed
get_requisition_step_verdict - First observed
get_role - First observed
get_scorecard_criterion - First observed
get_scorecard_pick - First observed
get_scorecard_score - First observed
get_stage - First observed
get_stage_type - First observed
get_team - First observed
get_team_membership - First observed
get_todo - First observed
get_user - First observed
list_activities - First observed
list_answers - First observed
list_audit_events - First observed
list_candidates - First observed
list_departments - First observed
list_divisions - First observed
list_forms - First observed
list_interviews - First observed
list_job_applications - First observed
list_job_offers - First observed
list_jobs - First observed
list_locations - First observed
list_notes - First observed
list_referrals - First observed
list_reject_reasons - First observed
list_requisition_step_verdicts - First observed
list_requisitions - First observed
list_roles - First observed
list_scorecard_criteria - First observed
list_scorecard_picks - First observed
list_scorecard_scores - First observed
list_stage_types - First observed
list_stages - First observed
list_team_memberships - First observed
list_teams - First observed
list_todos - First observed
list_users - First observed
update_candidate - First observed
update_job - First observed
update_job_application
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.169 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm107 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.