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

# Tools Discover CLI

> CLI commands for discovering tools from packages

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

<Note>
  `praisonai tools discover` now surfaces the `registered` bucket alongside installed packages — including tools contributed by third-party `praisonai.tool_sources` entry points. As of [PR #2642](https://github.com/MervinPraison/PraisonAI/pull/2642), the command consults the full `ToolResolver` source list, so entry-point plugin and `ToolRegistry`-registered tools show up here instead of being hidden. See [Tools Discover](/docs/cli/tools-discover) for the source bucket reference.
</Note>

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools discover --include praisonai_tools.video
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools discover --include my_custom_tools
```

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai tools discover --entrypoints
```
