Skip to main content
Glama

Related Servers

Alternatives to HR Assist MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    C2/5.0

    Scored across 7 tools

    Disambiguation4/5

    Tool names map to fairly distinct actions (employee CRUD-ish, email, ticketing, meetings, leave), so an agent can mostly tell them apart. However, with no descriptions provided, boundaries like add_employee vs get_employee_details and the generic send_email/create_ticket/schedule_meeting are only inferable from names, leaving mild ambiguity.

    Naming Consistency5/5

    All seven tools follow a clean snake_case verb_noun pattern (add_employee, get_employee_details, apply_leave, get_leave_history, etc.). No mixing of conventions or vague standalone verbs.

    Tool Count5/5

    Seven tools is well-scoped for an HR assistant spanning employee records, leave, and administrative actions. Each tool appears to earn its place without redundancy.

    Completeness3/5

    The surface covers create/read for employees and full leave apply/history, but lacks update_employee, delete/offboard, or a list_employees operation, creating dead ends in the employee lifecycle. Generic email/ticket/meeting tools are present but no supporting read/list operations for them.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues