itglue_get_organization
Retrieve detailed organization information from IT Glue by ID, including name, status, notes, and related resources. Use to access specific client data in markdown or JSON format.
Instructions
Get a single organization by ID.
Returns detailed information about an organization including name, type, status, quick notes, alerts, and links to related resources.
Args:
id (string|number): Organization ID (required)
response_format (string): 'markdown' or 'json'
Returns: Organization details including all attributes and IT Glue URL.
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 |