# `AshJido.Tools`
[🔗](https://github.com/agentjido/ash_jido/blob/v1.0.0/lib/ash_jido/tools.ex#L1)

Helpers for exporting generated AshJido actions as Jido tool definitions.

# `actions`

```elixir
@spec actions(module()) :: [module()]
```

Lists generated AshJido action modules for a resource or domain.

# `tools`

```elixir
@spec tools(module()) :: [map()]
```

Exports generated actions as Jido tool maps.

Actions that cannot be converted with `to_tool/0` are skipped.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
