list_endpoints
Retrieve all API endpoints by fetching and parsing Swagger documentation, enabling easy access to available REST APIs.
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"
}