Skip to main content
Glama

create_location

Add a new physical address or site to an organization. Provide the location name and, typically, a country ID.

Instructions

Create a new location (physical address/site) for an organization in IT Glue. IT Glue requires a name and typically a country_id for a location.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
faxNoFax number
cityNoCity
nameYesLocation name/title
notesNoFree-text notes
phoneNoPhone number
primaryNoWhether this is the organization's primary location
address_1NoAddress line 1
address_2NoAddress line 2
region_idNoRegion/state ID
country_idNoCountry ID — IT Glue typically requires this when creating a location. Find country IDs in the IT Glue web UI.
postal_codeNoPostal/ZIP code
organization_idYesOrganization ID to create the location in
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It mentions a prerequisite (country_id typically required) but does not address whether the operation is idempotent, authentication needs, rate limits, or side effects. The description is minimal beyond the action itself.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two brief sentences that are front-loaded with the core action. No unnecessary words, though it could be slightly more structured without losing brevity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 12 parameters and no output schema, the description should provide more context about expected outcomes, error handling, or common pitfalls. It only mentions a single prerequisite, leaving the agent underinformed about the full complexity of the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all parameters. The description reinforces that name is required and country_id is typically required, adding marginal value. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the action (Create) and the resource (location) with additional context about what a location represents (physical address/site) and the system (IT Glue). It clearly distinguishes from sibling tools like get_location or update_location.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides a hint about the typical requirement (country_id) but does not explicitly state when to use this tool versus alternatives (e.g., update_location) or when not to use it. The usage context is implied but not fully specified.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyre-technology/itglue-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server