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

# List markets

> See every technology market Sovrnti covers.

## What you get

A list of markets with names and descriptions:

```json theme={null}
{
	"data": [
		{
			"marketId": "collaboration",
			"name": "Collaboration & Productivity",
			"description": "AI assistants embedded in human workflows.",
			"product_count": 10,
			"last_updated": "2026-06-10T12:00:00.000Z"
		}
	]
}
```

The `marketId` value is what is referenced when asking for a Snapshot in a specific market.

## How to use it

Ask your assistant:

```text theme={null}
What technology markets does Sovrnti cover?
```

The assistant calls this tool automatically and summarizes the results.

## Troubleshooting

* `insufficient-credits` — your org's credit wallet is empty. Top up in your organization's billing page.
* `insufficient-scope` — revoke the connection and reconnect; the authorization flow will re-request the missing scope.

## See also

* [Get Snapshot](/mcp/tools/sovrnti_market_get_snapshot) — the next step once you have a market.
* [Explore a technology market](/mcp/how-to/explore-a-technology-market) — a worked example.
