# ToolCall

- **Package:** LibTmuxMCP
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/ToolCatalog.swift#L490
- **Page:** https://libtmux.org/en/swift/latest/mcp/reference/toolcall/

One tool call, as it arrives.

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `name` (property)
- `arguments` (property): The arguments object, verbatim. Held whole rather than pulled apart here: a field this layer forgets to carry is a field the tool can never receive, and the reader below is the one place that knows the names.
- `init(name:arguments:)` (method)
