Evaluar MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVALUAR_API_URL | Yes | Base URL de APIs REST | |
| EVALUAR_AUTH_URL | Yes | URL de autenticación Keycloak | |
| EVALUAR_CLIENT_ID | Yes | Client ID OAuth | evcap |
| EVALUAR_GRAPHQL_URL | Yes | URL de endpoint GraphQL |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| auth_loginB | Login to Evaluar using username and password |
| auth_refreshB | Refresh the authentication token |
| company_listA | List all companies available to the current user |
| company_selectB | Select a company as the active company |
| position_searchB | Search for positions by name (supports wildcard search) |
| process_createA | Create a new eTalent process in DRAFT status |
| process_assign_positionB | Assign a position to a process |
| process_launchA | Launch a process (moves from DRAFT to ACTIVE) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool maps cleanly to a distinct action: authentication, company context, position lookup, and process lifecycle steps. There is no meaningful overlap between tools.
All tool names follow a consistent noun_verb pattern with clear prefixes (auth_, company_, position_, process_). This makes the API predictable and easy to navigate.
With 8 tools, the server is well-scoped for an authentication, company selection, position search, and process creation workflow. Each tool contributes a meaningful step.
The process lifecycle is covered from creation through launch, but there is no way to list, view, or update existing processes. This is a minor gap that agents can partially work around but may hinder tracking.