# libtmux_mcp.models.ToolCallOperationResult

- **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#L482
- **Page:** https://libtmux.org/en/py/latest/mcp/reference/libtmux_mcp-models-toolcalloperationresult/

Per-operation result from a generic MCP tool batch.

## Members

- `index` (attribute)
- `tool` (attribute)
- `success` (attribute)
- `error` (attribute)
- `content` (attribute)
- `structured_content` (attribute)
- `meta` (attribute)
- `elapsed_seconds` (attribute)
