get_endpoint_schema
Retrieve request and response schemas for any API endpoint by providing the API identifier, HTTP method, and path.
Instructions
Get request and response schemas for a specific API endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_id | Yes | API identifier (e.g., "googleapis.com:admin", "github.com") | |
| method | Yes | HTTP method (GET, POST, PUT, PATCH, DELETE, etc.) | |
| path | Yes | API endpoint path (e.g., "/users/{id}", "/posts") |