get_api
Retrieve detailed information about any API from the OpenAPI directory by specifying its provider, version, and service.
Instructions
Get detailed information about a specific API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider name (e.g., "googleapis.com", "azure.com") | |
| api | Yes | API version (e.g., "v3", "2.0") | |
| service | No | Service name (optional, required for some APIs) |