Skip to main content
Glama
ddonathan

IT Glue MCP Server

by ddonathan

Update IT Glue Configuration

itglue_update_configuration
Idempotent

Modify existing IT asset configurations in IT Glue by updating details like name, status, hostname, IP, serial number, warranty, or archive status.

Instructions

Update an existing configuration in IT Glue.

Args:

  • id (string|number): Configuration ID (required)

  • name (string): Configuration name

  • configuration_type_id (number): Type ID

  • configuration_status_id (number): Status ID

  • hostname (string|null): Hostname

  • primary_ip (string|null): Primary IP address

  • serial_number (string|null): Serial number

  • asset_tag (string|null): Asset tag

  • notes (string|null): Notes

  • warranty_expires_at (string|null): Warranty expiration

  • archived (boolean): Archive status

  • response_format (string): 'markdown' or 'json'

Returns: The updated configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe unique ID of the resource
organization_idNoOrganization ID
nameNoConfiguration name
configuration_type_idNoConfiguration type ID
configuration_status_idNoConfiguration status ID
hostnameNoHostname
primary_ipNoPrimary IP address
mac_addressNoMAC address
serial_numberNoSerial number
asset_tagNoAsset tag
notesNoNotes
warranty_expires_atNoWarranty expiration date (YYYY-MM-DD)
archivedNoArchive status
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown
Behavior4/5

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

Annotations cover key behavioral traits (readOnlyHint=false, destructiveHint=false, idempotentHint=true, openWorldHint=true), but the description adds useful context: it specifies the return value ('The updated configuration') and mentions the 'response_format' parameter for output control. This enhances transparency beyond annotations, though it doesn't detail side effects like rate limits or authentication needs.

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 well-structured with a brief purpose statement followed by an 'Args' list and return note. It's appropriately sized for a tool with many parameters, though the 'Args' section is somewhat redundant with the schema. Every sentence adds value, but it could be more front-loaded with key usage information.

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

Completeness3/5

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

Given the tool's complexity (14 parameters, mutation operation) and rich annotations, the description is adequate but has gaps. It lacks output schema, so the return value description ('The updated configuration') is minimal. It doesn't explain error cases, prerequisites, or how it interacts with siblings, leaving the agent to rely on annotations and schema for full context.

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 fully documents all 14 parameters. The description lists parameters in the 'Args' section but adds minimal semantic value beyond the schema (e.g., it repeats 'Configuration ID (required)' similar to schema's 'unique ID'). No additional context like default behaviors or interdependencies is provided, meeting the baseline for high coverage.

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

Purpose4/5

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

The description clearly states the verb ('Update') and resource ('existing configuration in IT Glue'), making the purpose specific and understandable. It distinguishes from sibling tools like 'itglue_create_configuration' by specifying 'existing', but doesn't explicitly contrast with other update tools (e.g., itglue_update_contact).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing an existing configuration ID), when not to use it, or how it differs from other update tools in the sibling list. The agent must infer usage from the tool name alone.

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/ddonathan/itglue-mcp-server'

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