# ToolCall

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmuxMCP/ToolCatalog.swift#L226
- **Page:** https://libtmux.org/reference/swift/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)
