Skip to main content
Glama

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.

Ownership verified

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

C2.8/5.0

Scored across 60 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness3/5

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.

  1. 2 tool updates
    • Removedget_activity
    • Removedlist_activities
  2. 61 tool updates
    • Changedapi_request1 field changed
      • addedInput schema / properties / confirm
        Added value: +{
        +  "default": false,
        +  "description": "Set true to run a live (non-GET) change. Ignored for GET and when dry_run=true.",
        +  "type": "boolean"
        +}
    • Changedcreate_candidate1 field changed
      • addedInput schema / properties / confirm
        Added value: +{
        +  "default": false,
        +  "description": "Set true to run this live change. Ignored when dry_run=true.",
        +  "type": "boolean"
        +}
    • Changedcreate_job1 field changed
      • addedInput schema / properties / confirm
        Added value: +{
        +  "default": false,
        +  "description": "Set true to run this live change. Ignored when dry_run=true.",
        +  "type": "boolean"
        +}
    • Changedcreate_job_application1 field changed
      • addedInput schema / properties / confirm
        Added value: +{
        +  "default": false,
        +  "description": "Set true to run this live change. Ignored when dry_run=true.",
        +  "type": "boolean"
        +}
    • Changedget_activity4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_answer4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_audit_event4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_candidate4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_department4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_division4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_form4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_interview4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_job4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_job_application4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_job_offer4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_location4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_note4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_referral4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_reject_reason4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_requisition4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_requisition_step_verdict4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_role4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_scorecard_criterion4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_scorecard_pick4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_scorecard_score4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_stage4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_stage_type4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_team4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_team_membership4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_todo4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedget_user4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_activities4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_answers4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_audit_events4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_candidates8 fields changed
      • addedInput schema / properties / created_after
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records created at or after this ISO 8601 timestamp."
        +}
      • addedInput schema / properties / created_before
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records created at or before this ISO 8601 timestamp."
        +}
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
      • addedInput schema / properties / updated_after
        Added value: +{
        +  "description": "Only include records updated at or after this ISO 8601 timestamp (for example 2026-05-01).",
        +  "minLength": 4,
        +  "type": "string"
        +}
      • addedInput schema / properties / updated_before
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records updated at or before this ISO 8601 timestamp."
        +}
    • Changedlist_departments4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_divisions4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_forms4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_interviews4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_job_applications8 fields changed
      • addedInput schema / properties / created_after
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records created at or after this ISO 8601 timestamp."
        +}
      • addedInput schema / properties / created_before
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records created at or before this ISO 8601 timestamp."
        +}
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
      • addedInput schema / properties / updated_after
        Added value: +{
        +  "description": "Only include records updated at or after this ISO 8601 timestamp (for example 2026-05-01).",
        +  "minLength": 4,
        +  "type": "string"
        +}
      • addedInput schema / properties / updated_before
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records updated at or before this ISO 8601 timestamp."
        +}
    • Changedlist_job_offers4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_jobs8 fields changed
      • addedInput schema / properties / created_after
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records created at or after this ISO 8601 timestamp."
        +}
      • addedInput schema / properties / created_before
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records created at or before this ISO 8601 timestamp."
        +}
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
      • addedInput schema / properties / updated_after
        Added value: +{
        +  "description": "Only include records updated at or after this ISO 8601 timestamp (for example 2026-05-01).",
        +  "minLength": 4,
        +  "type": "string"
        +}
      • addedInput schema / properties / updated_before
        Added value: +{
        +  "$ref": "#/properties/updated_after",
        +  "description": "Only include records updated at or before this ISO 8601 timestamp."
        +}
    • Changedlist_locations4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_notes4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_referrals4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_reject_reasons4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_requisition_step_verdicts4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_requisitions4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_roles4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_scorecard_criteria4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_scorecard_picks4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_scorecard_scores4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_stage_types4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_stages4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_team_memberships4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_teams4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_todos4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_users4 fields changed
      • changedInput schema / properties / detail_profile / default
        Previous value: -"full"New value: +"operational"
      • changedInput schema / properties / detail_profile / description
        Previous 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."
      • addedInput schema / properties / path_params
        Added value: +{
        +  "additionalProperties": {
        +    "type": "string"
        +  },
        +  "description": "Values for path placeholders such as {id} in a write operation.",
        +  "type": "object"
        +}
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedupdate_candidate1 field changed
      • addedInput schema / properties / confirm
        Added value: +{
        +  "default": false,
        +  "description": "Set true to run this live change. Ignored when dry_run=true.",
        +  "type": "boolean"
        +}
    • Changedupdate_job1 field changed
      • addedInput schema / properties / confirm
        Added value: +{
        +  "default": false,
        +  "description": "Set true to run this live change. Ignored when dry_run=true.",
        +  "type": "boolean"
        +}
    • Changedupdate_job_application1 field changed
      • addedInput schema / properties / confirm
        Added value: +{
        +  "default": false,
        +  "description": "Set true to run this live change. Ignored when dry_run=true.",
        +  "type": "boolean"
        +}
  3. 62 tool updates
    • First observedapi_request
    • First observedcreate_candidate
    • First observedcreate_job
    • First observedcreate_job_application
    • First observedget_activity
    • First observedget_answer
    • First observedget_audit_event
    • First observedget_candidate
    • First observedget_control_plane_capabilities
    • First observedget_department
    • First observedget_division
    • First observedget_form
    • First observedget_interview
    • First observedget_job
    • First observedget_job_application
    • First observedget_job_offer
    • First observedget_location
    • First observedget_note
    • First observedget_referral
    • First observedget_reject_reason
    • First observedget_requisition
    • First observedget_requisition_step_verdict
    • First observedget_role
    • First observedget_scorecard_criterion
    • First observedget_scorecard_pick
    • First observedget_scorecard_score
    • First observedget_stage
    • First observedget_stage_type
    • First observedget_team
    • First observedget_team_membership
    • First observedget_todo
    • First observedget_user
    • First observedlist_activities
    • First observedlist_answers
    • First observedlist_audit_events
    • First observedlist_candidates
    • First observedlist_departments
    • First observedlist_divisions
    • First observedlist_forms
    • First observedlist_interviews
    • First observedlist_job_applications
    • First observedlist_job_offers
    • First observedlist_jobs
    • First observedlist_locations
    • First observedlist_notes
    • First observedlist_referrals
    • First observedlist_reject_reasons
    • First observedlist_requisition_step_verdicts
    • First observedlist_requisitions
    • First observedlist_roles
    • First observedlist_scorecard_criteria
    • First observedlist_scorecard_picks
    • First observedlist_scorecard_scores
    • First observedlist_stage_types
    • First observedlist_stages
    • First observedlist_team_memberships
    • First observedlist_teams
    • First observedlist_todos
    • First observedlist_users
    • First observedupdate_candidate
    • First observedupdate_job
    • First observedupdate_job_application

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    16
    9 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources