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"
    }
  ]
}

Changes