Merge · Schema

toolSearch_searchTools_Response_200

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
tools array
total_results integer
intent string
View JSON Schema on GitHub

JSON Schema

merge-toolsearch-searchtools-response-200-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/toolSearch_searchTools_Response_200",
  "title": "toolSearch_searchTools_Response_200",
  "type": "object",
  "properties": {
    "tools": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ApiV1ToolPacksToolPackIdRegisteredUsersRegisteredUserIdSearchPostResponsesContentApplicationJsonSchemaToolsItems"
      }
    },
    "total_results": {
      "type": "integer"
    },
    "intent": {
      "type": "string"
    }
  }
}