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

# Live catalog

> Check which tools are deployed right now, rather than trusting a number in the docs.

Documentation goes stale. The deployed catalog does not.

## From your agent

Ask it to list what it can reach:

> List the Hive tool categories available to you, and how many tools are in each.

Your agent reads this from the live server, so the answer reflects what is actually deployed
rather than what was true when these docs were written.

## From the CLI

```bash theme={null}
hive tools list
```

Narrow it to a task:

```bash theme={null}
hive tools search "funding rates"
```

Then inspect one before calling it:

```bash theme={null}
hive tools info get_funding_rates
```

## Why counts here can differ

The numbers in [tools](/tools) describe the current release. A provider outage, a paused
integration, or a deploy in progress can all mean a tool is temporarily unavailable even
though it is documented.

That is what `runtime_status` on every response is for. A provider that is degraded says so
in the receipt rather than returning a confident wrong answer. See
[receipts](/concepts/receipts).

## Checking service health

[The status page](https://www.hiveintelligence.xyz/status) reports transport
reachability, OAuth lifecycle, provider probes, task canaries, workflow routing, MCP protocol
behavior, and catalog integrity as separate signals, each with its own evidence and
observation time.
