> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools

> Examples for team workflows in tools.

| Example                                                      | Description                                                                           |
| ------------------------------------------------------------ | ------------------------------------------------------------------------------------- |
| [Async Tools](/examples/teams/tools/async-tools)             | Demonstrates async team execution with mixed research and scraping tools.             |
| [Custom Tools](/examples/teams/tools/custom-tools)           | Demonstrates a team using a custom FAQ tool plus web-search fallback.                 |
| [Member Tool Hooks](/examples/teams/tools/member-tool-hooks) | Demonstrates permission-aware tool hooks that gate member delegation.                 |
| [Tool Hooks](/examples/teams/tools/tool-hooks)               | Demonstrates team/member tool hooks for logging delegation and tool execution timing. |
| [Post Hook Output](/examples/teams/hooks/post-hook-output)   | Demonstrates output validation and transformation post-hooks for team runs.           |
| [Pre Hook Input](/examples/teams/hooks/pre-hook-input)       | Demonstrates input validation and transformation pre-hooks for team runs.             |
| [Stream Hook](/examples/teams/hooks/stream-hook)             | Demonstrates post-hook notifications after team response generation.                  |
