Skip to main content
Glama
leonardobora

gupy-candidate-mcp

by leonardobora

carregar_perfil

Loads and validates a candidate profile from a JSON file to enable fit analysis for job applications.

Instructions

Carrega e valida o perfil do candidato a partir de um arquivo JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caminhoYesCaminho absoluto para o JSON do perfil
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations to provide safety or side-effect hints, so the description carries the full burden. It only mentions loading and validating without disclosing whether it reads remote data, modifies anything, or what happens on validation failure. The word 'valida' is ambiguous about behavior (e.g., does it throw, return a result, or log outputs?).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that is front-loaded with the main verb and object. It avoids unnecessary words or repetition, making it highly concise for a simple one-parameter tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with one parameter, no annotations, and no output schema, the description is minimally adequate but leaves a key gap: it does not state what the tool returns (e.g., the loaded profile, a validation result, success/failure). An agent would not know what to expect after invoking it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes the single parameter 'caminho' as an absolute path to the JSON profile, and schema description coverage is 100%. The description adds no new meaning beyond repeating that the input is a JSON file, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Carrega e valida' (loads and validates) and the resource 'perfil do candidato' from a JSON file. It distinguishes itself from sibling tools like 'buscar_vagas' (search jobs) and 'analisar_aderencia' (analyze adherence), which have different purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention prerequisites, exclusions, or relationships to sibling tools. The agent is left to infer usage from the tool name and description alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/leonardobora/gupy-candidate-mcp'

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