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

# Other

> Cookbook examples for this tools subsection.

| Example                                                                                              | Description                                                                                                                              |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [Add Tool After Initialization](/examples/tools/other/add-tool-after-initialization)                 | Demonstrates add tool after initialization.                                                                                              |
| [Cache Tool Calls](/examples/tools/other/cache-tool-calls)                                           | Demonstrates cache tool calls.                                                                                                           |
| [Complex Input Types](/examples/tools/other/complex-input-types)                                     | Recommendations: - Specify fields with descriptions, these will be used in the JSON schema sent to the model and will increase accuracy. |
| [Human In The Loop](/examples/tools/other/human-in-the-loop)                                         | This example shows how to implement human-in-the-loop functionality in your Agno tools.                                                  |
| [Include Exclude Tools](/examples/tools/other/include-exclude-tools)                                 | Demonstrates include exclude tools.                                                                                                      |
| [Include Exclude Tools Custom Toolkit](/examples/tools/other/include-exclude-tools-custom-toolkit)   | Demonstrates include exclude tools custom toolkit.                                                                                       |
| [Session State Tool](/examples/tools/other/session-state-tool)                                       | Example demonstrating how to manipulate the session\_state in a tool.                                                                    |
| [Stop After Tool Call](/examples/tools/other/stop-after-tool-call)                                   | Demonstrates stop after tool call.                                                                                                       |
| [Stop After Tool Call Dual Inheritance](/examples/tools/other/stop-after-tool-call-dual-inheritance) | This demonstrates that stop\_after\_tool\_call\_tools works correctly even when.                                                         |
| [Stop After Tool Call In Toolkit](/examples/tools/other/stop-after-tool-call-in-toolkit)             | This demonstrates using stop\_after\_tool\_call\_tools without the @tool decorator,.                                                     |
