Tous les outils

Ressources humaines · check_team_coverage

Couverture d'équipe

Vérifie la couverture d'une équipe pendant un congé.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
departmentstringDepartment name to check (case-insensitive). Omit to check all departments, or pass the requesting employee instead.
employeeIdstringRequesting employee (from list_employees): their department is used when department is omitted
employeeEmailstringAlternative to employeeId: the requesting employee email
employeeNamestringAlternative to employeeId: the requesting employee full name
startDate *stringStart date of the period to check (ISO 8601)
endDate *stringEnd date of the period to check (ISO 8601)
minimumCoveragenumberMinimum acceptable coverage percentage (default: 50)

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"check_team_coverage","input":{"department":"…","employeeId":"…","employeeEmail":"…","employeeName":"…"}}'
$run({ "tool": "check_team_coverage", "input": {"department":"…","employeeId":"…","employeeEmail":"…","employeeName":"…"} })