Skip to main content
Glama

ServiceNow MCP Server

MIT License

create_group

Automate group creation in ServiceNow by defining name, description, manager, parent, type, email, members, and active status for efficient team management.

Instructions

Create a new group in ServiceNow

Input Schema

NameRequiredDescriptionDefault
activeNoWhether the group is active
descriptionNoDescription of the group
emailNoEmail address for the group
managerNoManager of the group (sys_id or username)
membersNoList of user sys_ids or usernames to add as members
nameYesName of the group
parentNoParent group (sys_id or name)
typeNoType of the group

Input Schema (JSON Schema)

{ "description": "Parameters for creating a group.", "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": true, "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" }, "manager": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Manager of the group (sys_id or username)", "title": "Manager" }, "members": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "List of user sys_ids or usernames to add as members", "title": "Members" }, "name": { "description": "Name of the group", "title": "Name", "type": "string" }, "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": [ "name" ], "title": "CreateGroupParams", "type": "object" }

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/vparlapalli490/MCP'

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