iiRecord
Agentic AI Atlas · FileRead dispatch policy
tool-dispatch-policy:claude-code-file-reada5c.ai
II.
ToolDispatchPolicy JSON

tool-dispatch-policy:claude-code-file-read

Structured · live

FileRead dispatch policy json

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

File · extensions/tool-dispatch-policies/claude-code-file-read.yamlCluster · extensions
Record JSON
{
  "id": "tool-dispatch-policy:claude-code-file-read",
  "_kind": "ToolDispatchPolicy",
  "_file": "extensions/tool-dispatch-policies/claude-code-file-read.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "FileRead dispatch policy",
    "isConcurrencySafe": true,
    "isReadOnly": true,
    "isDestructive": false,
    "interruptBehavior": "cancel",
    "isOpenWorld": false,
    "shouldDefer": false,
    "alwaysLoad": true,
    "parentDispatchPattern": "parallel-reads-serial-writes"
  },
  "outgoingEdges": [
    {
      "from": "tool-dispatch-policy:claude-code-file-read",
      "to": "tool-descriptor:read",
      "kind": "dispatch_policy_for_tool",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-dispatch-policy:claude-code-file-read",
      "kind": "has_dispatch_policy",
      "attributes": {}
    }
  ]
}