# ToolOutcome

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

What a tool answers with.

Both shapes travel: `structured` is what a client that reads
`structuredContent` parses, and `text` is the same value as JSON for one
that does not. Sending only the first would make this server unusable on
clients that predate it.

## Members

- `structured` (property)
- `text` (property)
