Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux_mcp.models.ToolCallOperation

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

class libtmux_mcp.models.ToolCallOperation
class [source]
class [source]
class libtmux_mcp.models.ToolCallOperation
Bases:
  • BaseModel

One nested MCP tool call for a batch wrapper.

Members

model_config

model_config = ConfigDict(extra="forbid")
attribute [source]
attribute [source]
model_config

tool

tool : str = Field(description="Registered MCP tool name to call.")
attribute [source]
attribute [source]
tool

arguments

arguments : dict[str, t.Any] = Field( default_factory=dict, description="Arguments for the nested tool call.", )
attribute [source]
attribute [source]
arguments
Esc

Type to search.