{
  "name": "get_server_info",
  "wireName": "get_server_info",
  "source": {
    "repo": "libtmux/libtmux-swift",
    "revision": "254f8b2be7eb60cacc3ffcb3ea8e456784f582df",
    "extractedRevision": "dd646bf5d63b9cf9816d2bb919c31f44cff2bfe4",
    "file": "Sources/LibTmuxMCP/ToolOperation.swift",
    "line": 8
  },
  "description": "Inspect tmux metadata; accepts no client-supplied executable input. Return liveness and identity metadata for the selected tmux server.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "properties": {},
    "required": [],
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "running": {
        "type": "boolean"
      },
      "socketPath": {
        "type": "string"
      },
      "version": {
        "type": "string"
      }
    },
    "required": [
      "running"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "idempotentHint": false,
    "openWorldHint": true,
    "readOnlyHint": false,
    "title": "Get server info"
  },
  "meta": {
    "com.git-pull.libtmux-mcp/capability": {
      "amplifiesFutureInput": false,
      "annotations": {
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true,
        "readOnlyHint": false
      },
      "description": "Inspect tmux metadata; accepts no client-supplied executable input. Return liveness and identity metadata for the selected tmux server.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "properties": {},
        "required": [],
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "get_server_info",
      "nestedAuthority": [],
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "running": {
            "type": "boolean"
          },
          "socketPath": {
            "type": "string"
          },
          "version": {
            "type": "string"
          }
        },
        "required": [
          "running"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "Get server info",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
