# `smallforce integrations tools`

Search, inspect, and execute integration tools

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce integrations tools --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce integrations tools search`](/docs/cli/commands/integrations/tools/search): Search integration tools by intent
- [`smallforce integrations tools get`](/docs/cli/commands/integrations/tools/get): Get one integration tool schema
- [`smallforce integrations tools execute`](/docs/cli/commands/integrations/tools/execute): Execute one integration tool with explicit JSON arguments

## Complete command help

```text
Usage: smallforce integrations tools [options] [command]

Search, inspect, and execute integration tools

Options:
  -h, --help                    display help for command

Commands:
  search [options] <query>      Search integration tools by intent
  get [options] <toolSlug>      Get one integration tool schema
  execute [options] <toolSlug>  Execute one integration tool with explicit JSON arguments
  help [command]                display help for command
```

## Related reference

- [`smallforce integrations`](/docs/cli/commands/integrations): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
