Skip to main content
Glama
TaiRaven
by TaiRaven

commit_changeset

Mark a ServiceNow changeset as complete by providing its sys_id or name, finalizing the update set change.

Instructions

Commit a changeset (sets state to complete).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
changeset_idYessys_id or name of the changeset
commit_messageNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses that the operation sets state to complete, which is a key side effect, but it does not mention whether the operation is destructive, requires approval, is reversible, or has any other consequences. For a finalizing action, this is minimal and incomplete.

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 a single sentence with no fluff, front-loading the action and outcome. It is efficiently structured, though it is so brief that it borders on under-specification. Still, the conciseness itself is appropriate; the issue lies in missing content rather than unnecessary content.

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 the existence of publish_changeset and update_changeset as siblings, the description lacks enough context to distinguish when to commit vs. publish or update. It also doesn't mention return values or side effects beyond the state change. For a tool with side effects and no annotations, this is incomplete for an agent to use confidently.

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

Parameters2/5

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

The schema description coverage is only 50% (changeset_id has a description, commit_message does not). The tool description adds no parameter-level meaning and does not compensate for the missing documentation of commit_message. An agent would not know what commit_message is for or whether it is required or optional from the description.

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 'Commit' and resource 'changeset', and adds a parenthetical that it sets state to complete, which provides a specific outcome. While it doesn't explicitly differentiate from publish_changeset or update_changeset, the state-change detail gives a clear functional identity. Not a tautology; it adds meaningful information.

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?

There is no guidance on when to use this tool versus the closely related publish_changeset or update_changeset. The description does not mention prerequisites, conditions, or alternatives. The agent is left to infer usage context from the name alone, which is insufficient.

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/TaiRaven/sn-mcp'

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