Skip to content

get-full-api-description

Tool name: get-full-api-description

Get the complete OpenAPI description

Input schema

namestring, non-emptyrequired

API name, or a unique part of it

versionstring

API version

filePathstring

API definition file path

Input example
{ "name": "string", "version": "string", "filePath": "string" }

Output schema

apistringrequired

API title.

versionstringrequired

API version.

definitionobjectrequired

Full OpenAPI definition returned by the Docs MCP server.

Output example
{}