> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-includ-tool-results-in-member-responses.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tool Decorator

> Cookbook examples for this tools subsection.

| Example                                                                                             | Description                                               |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [Async Tool Decorator](/examples/tools/tool-decorator/async-tool-decorator)                         | Demonstrates async tool decorator.                        |
| [Cache Tool Calls](/examples/tools/tool-decorator/cache-tool-calls)                                 | Demonstrates cache tool calls.                            |
| [Stop After Tool Call](/examples/tools/tool-decorator/stop-after-tool-call)                         | Demonstrates stop after tool call.                        |
| [Tool Decorator](/examples/tools/tool-decorator/tool-decorator)                                     | Demonstrates tool decorator.                              |
| [Tool Decorator On Class Method](/examples/tools/tool-decorator/tool-decorator-on-class-method)     | Demonstrates tool decorator on class method.              |
| [Tool Decorator With Hook](/examples/tools/tool-decorator/tool-decorator-with-hook)                 | Add execution hooks to tools using the decorator pattern. |
| [Tool Decorator With Instructions](/examples/tools/tool-decorator/tool-decorator-with-instructions) | Demonstrates tool decorator with instructions.            |
