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
| Champ | Type | Description |
|---|---|---|
| department | string | Department name to check (case-insensitive). Omit to check all departments, or pass the requesting employee instead. |
| employeeId | string | Requesting employee (from list_employees): their department is used when department is omitted |
| employeeEmail | string | Alternative to employeeId: the requesting employee email |
| employeeName | string | Alternative to employeeId: the requesting employee full name |
| startDate * | string | Start date of the period to check (ISO 8601) |
| endDate * | string | End date of the period to check (ISO 8601) |
| minimumCoverage | number | Minimum 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":"…"} })