# ToolArgument.Kind

- **Module:** ToolArgument
- **Package:** LibTmuxMCP
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/ToolCatalog.swift#L75
- **Page:** https://libtmux.org/en/swift/latest/mcp/reference/toolargument-kind-1g8t/

## Members

- `!=(_:_:)` (function): Returns a Boolean value indicating whether two values are not equal.
- `string` (constant)
- `integer` (constant)
- `number` (constant)
- `boolean` (constant)
- `stringArray` (constant)
- `commandArray` (constant)
- `object` (constant): A nested JSON document, described by what it is rather than by its shape — a filter expression, a workspace plan.
