itglue_list_domains
List and filter domain registrations with expiration dates from IT Glue. Retrieve domain details, sort results, and include related credentials as needed.
Instructions
List domains in IT Glue with optional filtering.
Domains track domain registrations and their expiration dates.
Args:
page (number): Page number (default: 1)
page_size (number): Items per page (default: 50)
organization_id (number): Filter by organization
name (string): Filter by domain name
sort (string): Sort field (name, expires_on, etc.)
include (array): Include 'passwords' for related credentials
response_format (string): 'markdown' or 'json'
Returns: List of domains with registrar and expiration info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| page_size | No | Number of items per page (max 1000) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| organization_id | No | Filter by organization ID | |
| name | No | Filter by name (partial match supported) | |
| sort | No | Field to sort by | name |
| sort_direction | No | Sort direction: asc (ascending) or desc (descending) | asc |
| include | No | Related resources to include |