> ## 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

> The Agentcard tool catalog for agents and scripts (same tools as the MCP

The Agentcard tool catalog for agents and scripts (same tools as the MCP

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

```text theme={null}
Usage: agent-cards api [options] [command]

The Agentcard tool catalog for agents and scripts (same tools as the MCP
server)

Options:
  --agent-help                         Print the full agent guide (load it into
                                       your context)
  --no-fail                            Always exit 0 (errors still print their
                                       {error, hint} envelope)
  -h, --help                           display help for command

Commands:
  tools [options]                      List tool names as a JSON array
                                       (token-cheap for agents)
  schema [options] <tool> [fieldPath]  Drill into a field of a tool's input
                                       schema (dot notation, e.g.
                                       items.quantity)
  skill                                Published Agentcard skills for coding
                                       agents
  search [options] <pattern>           Search tools by regex over names and
                                       descriptions
  describe|info [options] <tool>       Show a tool's description and
                                       input/output schemas
  call [options] <tool> [args]         Invoke a tool with a JSON arguments
                                       object (or pipe JSON with -)
```
