Skip to main content
Glama

get_changeset

Read-only

Retrieve update set details from ServiceNow by providing its sys_id or name.

Instructions

Get details of an update set (requires SCRIPTING_ENABLED=true)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sys_id_or_nameYesUpdate set sys_id or name
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description aligns with this. The added requirement of SCRIPTING_ENABLED=true is valuable behavioral context beyond the annotations, disclosing a non-obvious precondition. However, it does not describe return details or error behavior, but the read-only nature is well covered.

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 a single, front-loaded sentence that states the core purpose and the key prerequisite. Every word earns its place, with no fluff or repetition.

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

Completeness4/5

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

For a simple get-by-id tool with one parameter and no output schema, the description is reasonably complete. It specifies the resource and the scripting prerequisite, but does not explain what 'details' are returned or differentiate from related update-set tools. The lack of output schema is partially mitigated by the intuitive nature of 'get details'.

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 coverage is 100% with a single parameter 'sys_id_or_name' described as 'Update set sys_id or name'. The description adds no additional meaning beyond the schema, so the baseline of 3 applies.

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 'Get details of an update set' clearly identifies the action (get) and resource (update set/changeset). It is specific but does not differentiate from sibling tools like list_update_sets or get_current_update_set, though the singular resource and 'details' imply a focused retrieval.

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 only usage guidance is the prerequisite 'requires SCRIPTING_ENABLED=true'. This gives a necessary condition but does not state when to use this tool versus alternatives like list_update_sets for enumeration or get_current_update_set for the active set. No exclusions or alternative recommendations are provided.

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/aartiq/servicenow-mcp'

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