> ## Documentation Index
> Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools Resolve CLI

> CLI commands for resolving tool names

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools resolve shell_tool
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools resolve internet_search
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools resolve my_tool --tools ./my_tools.py
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools resolve my_tool --tools-dir ./tools
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools resolve shell_tool --template ai-video-editor
```
