list_subdomains
Retrieves a list of subdomains for a specific jurisdiction and optional filters. Use this tool when: - The user wants to find legal subdomains for a specific jurisdiction and optional filters - The user asks about available subdomains for a domain id - The user wants to filter subdomains by name with pagination
Parameters:
- domain_id (required): Filter by Domain ID.
- subdomain (optional): Filter subdomains 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 subdomains with subdomain_id, subdomain, domain_id, pagination: total_count, limit, offset
- Only returns subdomains that have dataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results to return | |
| offset | No | Number of results to skip | |
| domain_id | Yes | Filter by Domain ID | |
| subdomain | No | Filter by subdomain name |