get_endpoint_details
Retrieve detailed information about a specific API endpoint, including its path and HTTP method, to understand and interact with REST APIs effectively through the SwaggerMcp MCP server.
Instructions
Get detailed information about a specific API endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
method | Yes | The HTTP method (GET, POST, PUT, DELETE, etc.) | |
path | Yes | The endpoint path to get details for (e.g., '/users/{id}') |