list_domains
Retrieves a list of domains for a specific jurisdiction and optional filters. Use this tool when: - The user wants to find legal domains for a specific jurisdiction and optional filters - The user asks about available domains for a domain name - The user wants to filter with pagination
Parameters:
- domain (optional): Filter domains by name
- limit: z.number().optional().describe("Number of results to return"),
- offset: z.number().optional().describe("Number of results to skip")
Returns:
- List of domains with domain_id, domain, pagination: total_count, limit, offset
- Only returns domains that have dataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| domain | No | Filter by domain name | |
| offset | No | Number of results to skip |