> ## 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 Hooks

> Cookbook examples for this tools subsection.

| Example                                                                                                     | Description                                                                                                   |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| [Pre And Post Hooks](/examples/tools/tool-hooks/pre-and-post-hooks)                                         | Demonstrates pre and post hooks.                                                                              |
| [Tool Hook](/examples/tools/tool-hooks/tool-hook)                                                           | Pre-hook logic: this runs before the tool is called.                                                          |
| [Tool Hook In Toolkit](/examples/tools/tool-hooks/tool-hook-in-toolkit)                                     | Tool Hooks Tool Hook In Toolkit.                                                                              |
| [Tool Hook In Toolkit With State](/examples/tools/tool-hooks/tool-hook-in-toolkit-with-state)               | When used as a tool hook, this function will receive the contextual Agent, function\_name, etc as parameters. |
| [Tool Hook In Toolkit With State Nested](/examples/tools/tool-hooks/tool-hook-in-toolkit-with-state-nested) | When used as a tool hook, this function will receive the contextual Agent, function\_name, etc as parameters. |
| [Tool Hooks In Toolkit Nested](/examples/tools/tool-hooks/tool-hooks-in-toolkit-nested)                     | Remove name from result to sanitize the output.                                                               |
