Skip to main content
Glama
veeemlab

@veeemlab/itglue-mcp

by veeemlab

itglue_bulk_update

Update multiple IT Glue resources of the same type in one call using JSON:API merge semantics. Requires confirmation token and returns separate succeeded and failed arrays for handling partial failures.

Instructions

Update multiple resources of the same type in one call. JSON:API merge semantics — omitted attributes are left untouched. Up to 50 items per call. Returns separate succeeded[] and failed[] arrays so partial failures don't abort the batch. Destructive — requires confirm: "BULK_UPDATE".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resourceTypeYesIT Glue resource type. Each id targets `/{resourceType}/{id}`.
itemsYesUp to 50 update operations. Each item: { id, attributes }. Attribute keys use IT Glue's kebab-case (e.g. organization-id, asset-tag).
confirmYesRequired safety token. Pass "BULK_UPDATE" verbatim to acknowledge this destructive operation. Without it the call is refused.
Behavior5/5

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

No annotations provided, so description carries full burden. It discloses merge semantics (omitted attributes untouched), batch size limit, return format (succeeded[]/failed[]), and destructive nature with required confirm token, covering key behavioral traits.

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

Conciseness5/5

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

The description is four concise sentences with no unnecessary words. The main action is front-loaded, and each sentence adds essential information without redundancy.

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

Completeness5/5

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

Given no output schema, the description adequately covers return values (succeeded[]/failed[]), constraints (max 50 items, confirm token), and behavioral semantics, providing a complete picture for agent usage.

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

Parameters4/5

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

Schema coverage is 100% (baseline 3). The description adds value by clarifying the merge behavior for the 'attributes' parameter, which goes beyond the schema's 'additionalProperties: true'. The confirm token requirement is reiterated but already in schema.

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 'Update multiple resources of the same type in one call', with a specific verb and resource. It also mentions JSON:API merge semantics, clearly distinguishing from bulk delete and individual update siblings.

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

Usage Guidelines4/5

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

The description implies usage for batch updates of the same resource type and notes the limit of 50 items. It does not explicitly exclude cases or name alternatives, but the context makes it clear when to use this tool over individual updates.

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

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