get_endpoint
Retrieve detailed information about a specific API endpoint from an OpenAPI specification by providing its path, HTTP method, and spec file location. Supports brief, normal, or full detail levels.
Instructions
Get detailed information about a specific API endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path (e.g. /users/{id}) | |
| method | Yes | HTTP method (GET, POST, etc.) | |
| spec_path | Yes | Path to the spec file | |
| verbosity | No | Detail level | normal |