Skip to main content
Glama

Server Details

Ask Recruitee the recruiting-ops questions dashboards miss by connecting candidate search, opening offers, departments, locations, published roles, owner fields, custom fields, public applications, and talent-pool context. Find stale candidate pools, overdue stage work, hiring-manager and recruiter bottlenecks, department-level opening risk, public posting gaps, source patterns, and the owners behind blocked hiring work. 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

B3/5.0

Scored across 17 tools

Disambiguation3/5

Tools are mostly distinct, but the generic api_request overlaps with all specific CRUD tools, and list_candidate_search is confusingly named and may overlap with list_candidates. Some ambiguity exists.

Naming Consistency4/5

Most tools follow a verb_noun snake_case pattern (e.g., create_candidate, get_admin), but api_request deviates as noun_noun and list_candidate_search uses a non-standard noun phrase. Overall mostly consistent.

Tool Count5/5

17 tools cover a reasonable scope for an ATS integration, including candidates, openings, admins, and supporting entities. The count feels appropriate and not overwhelming.

Completeness3/5

The surface covers core CRUD for candidates and openings, but lacks update/delete operations, notes management beyond listing, and stage management. The generic api_request tool can compensate, but the dedicated tool set has notable gaps.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • Removedapply_to_published_offer
    • Removedlist_published_offers
  2. 18 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"
        +}
    • Changedapply_to_published_offer1 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_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_opening_offer1 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"
        +}
    • Addedget_admin
    • Addedget_candidate
    • Changedget_opening_offer3 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."
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Addedlist_admins
    • Addedlist_audit_log
    • Changedlist_candidate_search3 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."
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Addedlist_candidates
    • Changedlist_departments3 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."
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_locations3 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."
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Addedlist_notes
    • Changedlist_opening_offers3 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."
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Changedlist_published_offers3 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."
      • removedInput schema / properties / reason
        Removed value: -{
        -  "description": "Required when detail_profile=full.",
        -  "maxLength": 500,
        -  "minLength": 12,
        -  "type": "string"
        -}
    • Addedmove_candidates_to_stage
    • Changedset_candidate_custom_fields1 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. 12 tool updates
    • First observedapi_request
    • First observedapply_to_published_offer
    • First observedcreate_candidate
    • First observedcreate_opening_offer
    • First observedget_control_plane_capabilities
    • First observedget_opening_offer
    • First observedlist_candidate_search
    • First observedlist_departments
    • First observedlist_locations
    • First observedlist_opening_offers
    • First observedlist_published_offers
    • First observedset_candidate_custom_fields

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