Claude · JSON Structure

Claude Messages Tool Result Block Param Structure

Type: object Properties: 4
Artificial IntelligenceChatbotConversational AIGenerative AILarge Language ModelsMachine LearningNatural Language Processing

ToolResultBlockParam is a JSON Structure definition published by Claude, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type tool_use_id content is_error

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ToolResultBlockParam",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "tool_use_id": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "is_error": {
      "type": "boolean"
    }
  }
}