> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heybreez.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tool Response

The **Tool Response node** returns data back to the agent after an Agent Tool completes. This is how tools provide results that the agent can use for further reasoning or next actions. The Tool Response node does not have an output connector, as it represents the end of an agent tool path.

## Main Settings

### Response Type

Choose how the response should be structured. Options:

* **Raw Response**
* **Collection (Key-Value Pairs)**

### Raw Response

*Shown only if Response Type = Raw Response*

Text returned directly to the agent. Can be empty if no data needs to be passed.

### Response Fields

*Shown only if Response Type = Collection*

Define one or more key–value pairs to return structured data.
Each field includes:

* **Key** — The name of the field (optional).
* **Value** — The value for that field (optional).

Multiple fields can be added using **Add Another Input**.
