libtmux_mcp.tools.window_tools.get_window_info
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
-
Return metadata for a single tmux window (ID, name, layout, dimensions).
Use this instead of list_windows + filter when you only need one window's info. Resolves the window by window_id first; falls back to window_index within a session if window_id is not given.
- Parameters
- Returns
-
WindowInfo Serialized window metadata.