Reports whether the pinned server exists and its version. Inspect tmux metadata; accepts no client-supplied executable input.
All Java tools · JSON · Source
Arguments
This tool has no top-level named arguments. Consult its schema below.
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "properties": {}, "required": [], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "identity": { "type": "string" }, "running": { "type": "boolean" }, "sessions": { "type": "integer" }, "version": { "type": "string" } }, "required": [ "running", "identity", "version", "sessions" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": false, "openWorldHint": true, "readOnlyHint": false, "title": "Get server info"}