list_endpoints
Retrieve and display all API endpoints by extracting Swagger documentation to simplify API integration and server modeling.
Instructions
List all available API endpoints after fetching Swagger documentation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}