This commit is contained in:
a2a-platform
2026-06-27 01:02:54 +00:00
commit dcf20c131f
37 changed files with 83787 additions and 0 deletions

35
skills/employees/SKILL.md Normal file
View File

@@ -0,0 +1,35 @@
---
name: employees-routes
description: Handle 2 OpenAPI operation(s) under /v2/employees for the employees route group.
---
# employees API Routes
Handle 2 OpenAPI operation(s) under /v2/employees for the employees route group.
Use the generated operation tools to make real API calls. Do not invent API responses.
If a tool reports missing setup, return the exact setup field name to the caller.
For write, update, or delete operations, state the intended action before calling the tool.
## Operations
### list_employees
- Operation ID: `list_employees`
- Route: `GET /v2/employees`
- Mode: READ
- Summary: ListEmployees
- Parameters:
- `location_id` in `query`
- `status` in `query`
- `limit` in `query`
- `cursor` in `query`
### retrieve_employee
- Operation ID: `retrieve_employee`
- Route: `GET /v2/employees/{id}`
- Mode: READ
- Summary: RetrieveEmployee
- Parameters:
- `id` in `path` required