iiRecord
Agentic AI Atlas · PowerShell
tool-descriptor:powershella5c.ai
II.
ToolDescriptor JSON

tool-descriptor:powershell

Structured · live

PowerShell json

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

File · extensions/tool-descriptors/claude-code-extended-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:powershell",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "PowerShell",
    "description": "Execute PowerShell commands natively. On Windows without Git Bash,\nenabled automatically; on Windows with Git Bash, rolling out\nprogressively (override via CLAUDE_CODE_USE_POWERSHELL_TOOL=0/1). On\nLinux/macOS/WSL, opt-in (requires PowerShell 7+ on PATH). PowerShell\nprofiles are not loaded; on Windows, sandboxing is not supported.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "command"
      ],
      "properties": {
        "command": {
          "type": "string"
        },
        "timeout": {
          "type": "integer"
        },
        "run_in_background": {
          "type": "boolean"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 120000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:powershell",
      "to": "content-policy:default-acceptable-use",
      "kind": "assesses_policy",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:powershell",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}