Files
github-rest-openapi-agent/skills/installation/SKILL.md
a2a-platform 00738e348e deploy
2026-06-27 01:01:22 +00:00

32 lines
1010 B
Markdown

---
name: installation-routes
description: Handle 2 OpenAPI operation(s) under /installation for the installation route group.
---
# installation API Routes
Handle 2 OpenAPI operation(s) under /installation for the installation 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
### apps_list_repos_accessible_to_installation
- Operation ID: `apps_list_repos_accessible_to_installation`
- Route: `GET /installation/repositories`
- Mode: READ
- Summary: List repositories accessible to the app installation
- Parameters:
- `per_page` in `query`
- `page` in `query`
### apps_revoke_installation_access_token
- Operation ID: `apps_revoke_installation_access_token`
- Route: `DELETE /installation/token`
- Mode: WRITE
- Summary: Revoke an installation access token