iiRecord
Agentic AI Atlas · Elicitation (Claude Code)
hook-surface:claude.elicitationa5c.ai
II.
HookSurface JSON

hook-surface:claude.elicitation

Structured · live

Elicitation (Claude Code) json

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

File · channels-hooks/hook-surfaces/native/claude-code-extended-hooks.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:claude.elicitation",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/claude-code-extended-hooks.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "Elicitation (Claude Code)",
    "displayName": "Elicitation (Claude Code)",
    "kind": "native",
    "originVendor": "Anthropic",
    "direction": "pre",
    "blocking": true,
    "family": "in-process",
    "payloadSchema": {
      "type": "object",
      "required": [
        "hook_event_name",
        "mcp_server",
        "elicitation_data"
      ],
      "properties": {
        "hook_event_name": {
          "type": "string",
          "const": "Elicitation"
        },
        "mcp_server": {
          "type": "string"
        },
        "elicitation_data": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string"
            },
            "fields": {
              "type": "array"
            }
          }
        }
      }
    },
    "description": "Fires when an MCP server requests user input mid tool-call (MCP\nElicitation, spec rev 2025-06-18+). Hook can return action: accept |\ndecline | cancel and supply content for accept. Matchable by MCP\nserver name.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "hook-surface:claude.elicitation",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:claude-elicitation",
      "to": "hook-surface:claude.elicitation",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}