iiRecord
Agentic AI Atlas · Cursor PostTool hook
hook-surface:cursor.post-toola5c.ai
II.
HookSurface JSON

hook-surface:cursor.post-tool

Structured · live

Cursor PostTool hook json

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

File · channels-hooks/hook-surfaces/native/cursor-stubs.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:cursor.post-tool",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/cursor-stubs.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "description": "Cursor PostTool hook",
    "eventName": "Cursor PostTool hook",
    "displayName": "Cursor PostTool hook",
    "vendor": "cursor",
    "trigger": "post-tool-call",
    "family": "shell-hook",
    "payloadSchema": "Claude Code-compatible PostTool payload"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-core-impl:cursor.core@current",
      "to": "hook-surface:cursor.post-tool",
      "kind": "fires_hook",
      "attributes": {}
    },
    {
      "from": "agent-runtime-impl:cursor.runtime@current",
      "to": "hook-surface:cursor.post-tool",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:cursor-post-tool-native",
      "to": "hook-surface:cursor.post-tool",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}