Skip to main content
Glama
Jairodaniel-17

Pandapé MCP

pandape_mover_candidato

Move a candidate to a different pipeline stage by providing the match ID, vacancy ID, and origin/destination stage IDs. Confirms with the user before executing; requires read-write access.

Instructions

Mueve un candidato de una etapa del pipeline a otra. ESCRITURA: confirma con el usuario antes de ejecutar, y en lote confirma la lista completa. Requiere PANDAPE_READONLY=0.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
motivoNoRazón, obligatoria si la etapa destino es de descarte
idMatchYes
idVacanteYes
etapaOrigenYesIdVacancyFolder donde está ahora (ver pandape_etapas_vacante)
etapaDestinoYesIdVacancyFolder al que se mueve
Behavior4/5

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

With no annotations, the description carries the full burden of disclosing behavioral traits. It clearly flags the operation as 'ESCRITURA' (write), mandates user confirmation, and requires PANDAPE_READONLY=0. This covers the essential safety and prerequisite context, though it does not detail side effects or reversibility.

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?

Two sentences, front-loaded with the core purpose, then a concise safety instruction. No redundant information, perfectly sized for the tool's complexity.

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

Completeness4/5

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

For a write operation with no output schema, the description captures the essential purpose, the mutation nature, and a critical confirmation requirement. It doesn't explain return values or error handling, but those are less critical for a move action. It would benefit from mentioning the motivo requirement for discard stages, but the schema covers that.

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 60% of parameters (motivo, etapaOrigen, etapaDestino). The description adds little about parameters beyond implying the move action. idMatch and idVacante remain undocumented, but they are reasonably self-explanatory given the context. Without high schema coverage, the description does not fully compensate, but it is adequate.

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 states exactly what the tool does: 'Mueve un candidato de una etapa del pipeline a otra' (moves a candidate from one pipeline stage to another). This is a specific verb+resource+target, clearly distinguishing it from sibling tools like viewing candidates or listing vacancies.

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

Usage Guidelines3/5

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

The description implies its use (when you need to move a candidate) but does not explicitly discuss when to use it versus alternatives or provide exclusion criteria. It does include a usage caveat about confirming with the user and the PANDAPE_READONLY=0 requirement, but these are more about execution prerequisites than alternatives.

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/Jairodaniel-17/pandape-mcp'

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