itglue_get_domain
Retrieve domain details by ID from IT Glue, including registrar information, expiration dates, and optionally related credentials.
Instructions
Get a single domain by ID.
Args:
id (string|number): Domain ID (required)
include (array): Include 'passwords' for related credentials
response_format (string): 'markdown' or 'json'
Returns: Domain details including registrar and expiration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the resource | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| include | No | Related resources to include |