Skip to main content
Glama
yarmijosp94

Evaluar MCP Server

by yarmijosp94

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVALUAR_API_URLYesBase URL for the Evaluar API.https://apis.evaluar.com
EVALUAR_AUTH_URLYesAuth URL for Evaluar authentication token.https://auth.evaluar.com/auth/realms/evcore/protocol/openid-connect/token
EVALUAR_CLIENT_IDYesClient ID for the Evaluar application.evcap
EVALUAR_GRAPHQL_URLYesGraphQL endpoint for Evaluar services.https://apis.evaluar.com/v2/graphql

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
auth_login

Authenticate with Evaluar using username and password. Returns success status and masked token info.

auth_refresh

Refresh the authentication token. Use this when the current token is about to expire.

company_list

List all companies available for the authenticated user. Must be logged in first.

company_select

Select the active company to work with. Use company_list first to see available options.

position_search

Search for positions by name. Returns top 10 matching active positions sorted by creation date.

process_create

Create a new eTalent process in DRAFT status. Returns the process ID for subsequent operations.

process_assign_position

Associate a position with an existing eTalent process. Get position details from position_search first.

process_launch

Launch an eTalent process. The process must have a position assigned first. Returns the summary URL.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yarmijosp94/evaluar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server