Skip to main content
Glama
arimon03

Evaluar MCP Server

by arimon03

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVALUAR_API_URLYesBase URL de APIs REST
EVALUAR_AUTH_URLYesURL de autenticación Keycloak
EVALUAR_CLIENT_IDYesClient ID OAuthevcap
EVALUAR_GRAPHQL_URLYesURL 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation5/5

Each tool maps cleanly to a distinct action: authentication, company context, position lookup, and process lifecycle steps. There is no meaningful overlap between tools.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues