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

# agent-cards api call

> Invoke a tool with a JSON arguments object (or pipe JSON with -)

Invoke a tool with a JSON arguments object (or pipe JSON with -)

```bash theme={null}
agent-cards api call --help
```

```text theme={null}
Usage: agent-cards api call [options] <tool> [args]

Invoke a tool with a JSON arguments object (or pipe JSON with -)

Options:
  --stdin     Read the JSON arguments object from stdin
  --confirm   Required for tools that move money or irreversibly change the
              account
  --dry-run   Validate the arguments against the tool schema without executing
  -h, --help  display help for command
```
