Skip to main content
Glama

ServiceNow MCP Server

by javerthl

update_group

Modify an existing ServiceNow group by updating its name, description, manager, parent group, type, email, or active status using the group ID.

Instructions

Update an existing group in ServiceNow

Input Schema

NameRequiredDescriptionDefault
activeNoWhether the group is active
descriptionNoDescription of the group
emailNoEmail address for the group
group_idYesGroup ID or sys_id to update
managerNoManager of the group (sys_id or username)
nameNoName of the group
parentNoParent group (sys_id or name)
typeNoType of the group

Input Schema (JSON Schema)

{ "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Whether the group is active", "title": "Active" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the group", "title": "Description" }, "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Email address for the group", "title": "Email" }, "group_id": { "description": "Group ID or sys_id to update", "title": "Group Id", "type": "string" }, "manager": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Manager of the group (sys_id or username)", "title": "Manager" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Name of the group", "title": "Name" }, "parent": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Parent group (sys_id or name)", "title": "Parent" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Type of the group", "title": "Type" } }, "required": [ "group_id" ], "type": "object" }

Other Tools from ServiceNow MCP Server

Related Tools

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

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