# TmuxTools.call(_:reporting:)

- **Module:** TmuxTools
- **Package:** LibTmuxMCP
- **Language:** Swift
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmuxMCP/TmuxTools.swift#L64
- **Page:** https://libtmux.org/en/swift/latest/mcp/reference/tmuxtools-call(_-reporting-)/

```
TmuxTools.call(_:reporting:)(request: ToolCall, reporting: ProgressReporter) -> ToolOutcome
```

Runs a tool and returns its result.

`progress` is how a blocking tool says it is still running. It is
silent unless the client asked to be told.

## Raises

- `ToolError`
