get_endpoint_details
Retrieve detailed information about an API endpoint, including its parameters, response schema, and supported methods.
Instructions
Get detailed information about 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") |