Pipedream · Schema

ToolAnnotations

Optional properties describing component behavior

Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
destructiveHint boolean If true, the component may perform destructive updates to its environment. If false, the component performs only additive updates.
idempotentHint boolean If true, calling the component repeatedly with the same arguments will have no additional effect on the its environment.
openWorldHint boolean If true, this component may interact with an “open world” of external entities. If false, the component's domain of interaction is closed. For example, the world of a web search component is open, whe
readOnlyHint boolean If true, the component does not modify its environment.
title string A human-readable title for the component.
View JSON Schema on GitHub

JSON Schema

pipedream-toolannotations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ToolAnnotations",
  "title": "ToolAnnotations",
  "type": "object",
  "description": "Optional properties describing component behavior",
  "nullable": true,
  "properties": {
    "destructiveHint": {
      "type": "boolean",
      "description": "If true, the component may perform destructive updates to its environment. If false, the component performs only additive updates.",
      "nullable": true
    },
    "idempotentHint": {
      "type": "boolean",
      "description": "If true, calling the component repeatedly with the same arguments will have no additional effect on the its environment.",
      "nullable": true
    },
    "openWorldHint": {
      "type": "boolean",
      "description": "If true, this component may interact with an \u201copen world\u201d of external entities. If false, the component's domain of interaction is closed. For example, the world of a web search component is open, whereas that of a memory component is not.",
      "nullable": true
    },
    "readOnlyHint": {
      "type": "boolean",
      "description": "If true, the component does not modify its environment.",
      "nullable": true
    },
    "title": {
      "type": "string",
      "description": "A human-readable title for the component.",
      "nullable": true
    }
  }
}

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/pipedream-toolannotations"
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.