describe_api
Retrieve detailed information about API operations (paths, methods, summaries) in ACOMO services using the specified operation ID for clarity and integration support.
Instructions
operationIdの詳細(paths/method/要約/原文)を返す
Input Schema
Name | Required | Description | Default |
---|---|---|---|
operationId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"operationId": {
"type": "string"
}
},
"required": [
"operationId"
],
"type": "object"
}