iiRecord
Agentic AI Atlas · LSP
tool-descriptor:lspa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:lsp

Structured · live

LSP 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:lsp",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "LSP",
    "description": "Code intelligence via language servers — jump to definitions, find\nreferences, type info, list symbols, find implementations, trace call\nhierarchies. Auto-reports type errors after edits. Inactive until a\ncode-intelligence plugin is installed.\n",
    "inputSchema": {
      "type": "object",
      "required": [
        "action"
      ],
      "properties": {
        "action": {
          "type": "string",
          "enum": [
            "definition",
            "references",
            "type-info",
            "list-symbols",
            "implementations",
            "call-hierarchy",
            "diagnostics"
          ]
        },
        "file_path": {
          "type": "string"
        },
        "line": {
          "type": "integer"
        },
        "column": {
          "type": "integer"
        },
        "symbol": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:lsp",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}