iiRecord
Agentic AI Atlas · AI Elements Tool Call Card
interaction-primitive:ai-elements-tool-call-carda5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:ai-elements-tool-call-card

Structured · live

AI Elements Tool Call Card json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/ai-elements-primitives.yamlCluster · agent-stack
Record JSON
{
  "id": "interaction-primitive:ai-elements-tool-call-card",
  "_kind": "InteractionPrimitive",
  "_file": "agent-stack/interaction-primitives/ai-elements-primitives.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "AI Elements Tool Call Card",
    "description": "Pre-built React component for visualizing tool calls and their results\nin AI chat interfaces. Displays tool name, input parameters, execution\nstatus, and output in a structured card layout. Supports streaming\nupdates as tool execution progresses. Part of the Vercel AI Elements\ncomponent library.\n",
    "kind": "editor-ui",
    "surface": "editor-ui",
    "category": "interaction-primitive-category:telemetry",
    "availableInModes": [
      "chat"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:ai-elements-tool-call-card",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:ai-elements-tool-call-card",
      "to": "interaction-primitive-category:telemetry",
      "kind": "in_category"
    }
  ],
  "incomingEdges": [
    {
      "from": "presentation:ai-elements",
      "to": "interaction-primitive:ai-elements-tool-call-card",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    },
    {
      "from": "agent-ui-impl:ai-elements.ui@current",
      "to": "interaction-primitive:ai-elements-tool-call-card",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "ui-control"
        }
      }
    }
  ]
}