libtmux_mcp.tools.batch_tools.call_read_tools_batch
Python
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- libtmux_mcp.tools.batch_tools.call_read_tools_batch ( operations : list[ToolCallOperation] , on_error : _OnError = "stop" , ctx : Context | None = None ) ToolCallBatchResult
-
Call several
inspecttools serially and return per-tool results.Use when one agent turn needs several observations. Each nested call still goes through FastMCP validation and this server's middleware. Only
inspecttools are accepted; anything that changes tmux state is refused, whatever this server has enabled.This wrapper aggregates authority under its own name: a client rule keyed on a nested tool's name does not fire for a call made through it. Read it as authority to invoke any
inspecttool.