# TmuxTools.call(_:reporting:)

- **Module:** TmuxTools
- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmuxMCP/TmuxTools.swift#L65
- **Page:** https://libtmux.org/reference/swift/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`
