Merge · Schema

ToolDescriptionOverride

Response serializer for tool-level description overrides. Includes a computed `defined_at` field (CONNECTOR or TOOL_PACK) indicating whether the override originates from the connector level or tool pack level.

IntegrationPlatformUnified-APIAgent HandlerLLM Gateway

Properties

Name Type Description
id string
connector_slug string
tool_name string Name of the tool being overridden
description string Custom description for the tool
defined_at string
created_at string
modified_at string
View JSON Schema on GitHub

JSON Schema

merge-tooldescriptionoverride-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ToolDescriptionOverride",
  "title": "ToolDescriptionOverride",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "connector_slug": {
      "type": "string"
    },
    "tool_name": {
      "type": "string",
      "description": "Name of the tool being overridden"
    },
    "description": {
      "type": "string",
      "description": "Custom description for the tool"
    },
    "defined_at": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "modified_at": {
      "type": "string",
      "format": "date-time"
    }
  },
  "required": [
    "id",
    "connector_slug",
    "tool_name",
    "description",
    "defined_at",
    "created_at",
    "modified_at"
  ],
  "description": "Response serializer for tool-level description overrides.\n\nIncludes a computed `defined_at` field (CONNECTOR or TOOL_PACK) indicating\nwhether the override originates from the connector level or tool pack level."
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/merge-tooldescriptionoverride"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.