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

45
skills/events/SKILL.md Normal file
View File

@@ -0,0 +1,45 @@
---
name: events-routes
description: Handle 4 OpenAPI operation(s) under /v2/events for the events route group.
---
# events API Routes
Handle 4 OpenAPI operation(s) under /v2/events for the events 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
### search_events
- Operation ID: `search_events`
- Route: `POST /v2/events`
- Mode: WRITE
- Summary: SearchEvents
- Body: JSON request body accepted.
### disable_events
- Operation ID: `disable_events`
- Route: `PUT /v2/events/disable`
- Mode: WRITE
- Summary: DisableEvents
### enable_events
- Operation ID: `enable_events`
- Route: `PUT /v2/events/enable`
- Mode: WRITE
- Summary: EnableEvents
### list_event_types
- Operation ID: `list_event_types`
- Route: `GET /v2/events/types`
- Mode: READ
- Summary: ListEventTypes
- Parameters:
- `api_version` in `query`