itglue_get_contact
Retrieve contact details from IT Glue by ID, including emails, phones, and notes, in markdown or JSON format.
Instructions
Get a single contact by ID.
Args:
id (string|number): Contact ID (required)
response_format (string): 'markdown' or 'json'
Returns: Contact details including emails, phones, and notes.
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 |