Skip to main content
The list-domains tool retrieves all domains accessible to the authenticated user. This tool is essential for discovering available data domains before making queries with the chat tool.

Tool signature

Parameters

This tool requires no input parameters. Authentication is handled automatically through the MCP session.

Response format

The list-domains tool returns structured content with domain information:

Domain object

string
required
Unique identifier for the domain. Use this ID when making chat tool requests.
string
required
Human-readable name of the domain
string
required
Description of the domain’s purpose and data content. May be empty for some domains.

Usage example

Request

MCP Tool Call

Response

Response

Common use cases

Domain Discovery

List all available domains with their IDs before starting a chat

Access Validation

Verify which domains the current user can access

User Onboarding

Help new users understand available data sources

Next steps

Chat Tool

Use domain IDs from this tool to query specific domains

MCP Server Overview

Learn more about the MCP server architecture