Get iNavi Maps API Specification
get_api_specRetrieve complete API specification including parameters, request body, and response schemas by providing an operationId from the list of available APIs.
Instructions
Retrieves detailed specification of a specific API (including request/response schemas). PREREQUISITE: First use list_api_specs to browse available APIs and obtain the operationId. USAGE: Provide an operationId to get the complete API specification including parameters, request body, and response schemas. NOTE: All $ref references have already been dereferenced to actual schema contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | Unique identifier of the API to retrieve (e.g., getRouteTimeResult) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API path | |
| tags | Yes | API category tags | |
| method | Yes | HTTP method | |
| baseUrl | Yes | Base URL | |
| summary | Yes | Brief API description | |
| category | Yes | API category (route, search) | |
| responses | Yes | Response schemas by status code | |
| deprecated | No | Whether the API is deprecated | |
| parameters | No | List of API parameters | |
| description | Yes | Detailed API description | |
| operationId | Yes | Unique API identifier | |
| requestBody | No | Request body schema |