get_endpoint_details
Retrieve comprehensive API endpoint specifications including parameters, responses, and usage details to understand how to interact with REST APIs.
Instructions
Get detailed information about a specific API endpoint
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The endpoint path to get details for (e.g., '/users/{id}') | |
| method | Yes | The HTTP method (GET, POST, PUT, DELETE, etc.) |