get_endpoint_details
Retrieve detailed information about a specific API endpoint from an OpenAPI spec, with selective data retrieval to optimize tokens for accurate integration.
Instructions
Get detailed information about a specific endpoint with selective data retrieval for token optimization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The endpoint path (e.g., '/users/{id}') | |
| method | Yes | The HTTP method (GET, POST, PUT, DELETE, etc.) | |
| sessionId | Yes | The session ID | |
| includeSchemas | No | Include detailed schema information | |
| includeExamples | No | Include examples in schemas | |
| includeSecurity | No | Include security requirements | |
| includeResponses | No | Include response information | |
| includeParameters | No | Include parameter information | |
| includeRequestBody | No | Include request body schema | |
| responseStatusCodes | No | Filter responses by status codes (e.g., ['200', '400']) |