# libtmux_mcp.models.HookListResult

- **Module:** libtmux_mcp.models
- **Package:** libtmux-mcp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux-mcp/blob/4daddc0dfca96c43bf521d818bf91564e1434760/src/libtmux_mcp/models.py#L694
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-hooklistresult/

Structured result for hook introspection.

Returned by :func:`~libtmux_mcp.tools.hook_tools.show_hooks` and
:func:`~libtmux_mcp.tools.hook_tools.show_hook`.
Flat list of :class:`~libtmux_mcp.models.HookEntry` instances so
MCP clients can iterate without caring whether the underlying tmux
hook is scalar or array-shaped.

## Members

- `entries` (attribute)
