List Loaded Specs
swagger_list_loadedList all loaded OpenAPI/Swagger specifications in memory to see which APIs are available for exploration.
Instructions
List all currently loaded OpenAPI/Swagger specifications in memory.
Use this tool to see which specs have been loaded and are available for exploration.
Args: None
Returns: { "loaded": [ // Array of loaded specs { "name": string, "title": string, "version": string, "source": string, "loaded_at": string } ] }
Examples:
Use when: "What specs have I loaded?" -> no params needed
Use when: "Show my loaded APIs" -> no params needed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||