This commit is contained in:
a2a-platform
2026-06-27 01:06:13 +00:00
commit 0c9c0aa26d
19 changed files with 8406 additions and 0 deletions

34
skills/logs/SKILL.md Normal file
View File

@@ -0,0 +1,34 @@
---
name: logs-routes
description: Handle 2 OpenAPI operation(s) under /logs for the logs route group.
---
# logs API Routes
Handle 2 OpenAPI operation(s) under /logs for the logs 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
### get_logs
- Operation ID: `get_logs`
- Route: `GET /logs`
- Mode: READ
- Summary: Retrieve a list of logs
- Parameters:
- `limit` in `query`
- `after` in `query`
- `before` in `query`
### get_logs_log_id
- Operation ID: `get_logs_log_id`
- Route: `GET /logs/{log_id}`
- Mode: READ
- Summary: Retrieve a single log
- Parameters:
- `log_id` in `path` required