v1

latestOpenAPI 3.1.0MITraw.githubusercontent.com2025-03-1531016.2 KB

List tools

Returns a list of tool definitions.

get/tools

Request body

$schemastring uri

Response

A list of available tools.

$schemastring uri

Example response

{
  "items": [
    {
      "version": "1.2.3"
    }
  ]
}