Manage and display available tools.
(
list_tools: bool = typer.Option(True, "--list", "-l", help="List available tools"),
multi_model: bool = typer.Option(False, "--multi", "-m", help="Show multi-model tools"),
use_cases: bool = typer.Option(False, "--use-cases", help="Show multi-model use-case recipes"),
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected