itglue_create_location
Add a new physical location to an organization in IT Glue, including address details, contact information, and operational notes.
Instructions
Create a new location in IT Glue.
Args:
organization_id (number): Organization ID (required)
name (string): Location name (required)
primary (boolean): Is this the primary location
address_1 (string): Address line 1
address_2 (string): Address line 2
city (string): City
postal_code (string): Postal/ZIP code
region_id (number): Region/state ID
country_id (number): Country ID
phone (string): Phone number
fax (string): Fax number
notes (string): Notes
response_format (string): 'markdown' or 'json'
Returns: The created location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Organization ID (required) | |
| name | Yes | Location name (required) | |
| primary | No | Is this the primary location | |
| address_1 | No | Address line 1 | |
| address_2 | No | Address line 2 | |
| city | No | City | |
| postal_code | No | Postal/ZIP code | |
| region_id | No | Region ID (state/province) | |
| country_id | No | Country ID | |
| phone | No | Phone number | |
| fax | No | Fax number | |
| notes | No | Notes | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |