{
  "name": "list_sessions",
  "wireName": "list_sessions",
  "source": {
    "repo": "libtmux/libtmux-go",
    "revision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "extractedRevision": "52968a3181c1c9e6d1b26c565d4b170968ae61c0",
    "file": "mcp/manifest_catalog.go",
    "line": 127
  },
  "description": "Inspect tmux metadata; accepts no client-supplied executable input. Lists sessions on the pinned tmux server.",
  "schemaStatus": "runtime",
  "inputSchema": {
    "additionalProperties": false,
    "type": "object"
  },
  "outputSchema": {
    "additionalProperties": false,
    "properties": {
      "serverNote": {
        "type": "string"
      },
      "sessions": {
        "items": {
          "additionalProperties": false,
          "properties": {
            "attached": {
              "type": "integer"
            },
            "id": {
              "type": "string"
            },
            "name": {
              "type": "string"
            },
            "windows": {
              "type": "integer"
            }
          },
          "required": [
            "id",
            "name",
            "windows",
            "attached"
          ],
          "type": "object"
        },
        "type": [
          "array"
        ]
      },
      "skipped": {
        "type": "integer"
      },
      "total": {
        "type": "integer"
      }
    },
    "required": [
      "sessions",
      "total"
    ],
    "type": "object"
  },
  "annotations": {
    "destructiveHint": true,
    "openWorldHint": true,
    "title": "List sessions"
  },
  "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. Lists sessions on the pinned tmux server.",
      "inputLiteralization": {},
      "inputSchema": {
        "additionalProperties": false,
        "type": "object"
      },
      "mayExposeSecrets": true,
      "mayReturnUntrustedContent": true,
      "name": "list_sessions",
      "nestedAuthority": null,
      "outputClasses": [
        "tmux-metadata"
      ],
      "outputSchema": {
        "additionalProperties": false,
        "properties": {
          "serverNote": {
            "type": "string"
          },
          "sessions": {
            "items": {
              "additionalProperties": false,
              "properties": {
                "attached": {
                  "type": "integer"
                },
                "id": {
                  "type": "string"
                },
                "name": {
                  "type": "string"
                },
                "windows": {
                  "type": "integer"
                }
              },
              "required": [
                "id",
                "name",
                "windows",
                "attached"
              ],
              "type": "object"
            },
            "type": [
              "array"
            ]
          },
          "skipped": {
            "type": "integer"
          },
          "total": {
            "type": "integer"
          }
        },
        "required": [
          "sessions",
          "total"
        ],
        "type": "object"
      },
      "processReach": "none",
      "title": "List sessions",
      "tmuxEffects": [
        "observe"
      ],
      "toolset": "inspect"
    }
  }
}
