Skip to main content
Glama

ServiceNow MCP Server

MIT License

add_group_members

Add users to an existing group in ServiceNow by specifying the group ID and a list of member usernames or sys_ids through the ServiceNow API.

Instructions

Add members to an existing group in ServiceNow

Input Schema

NameRequiredDescriptionDefault
group_idYesGroup ID or sys_id
membersYesList of user sys_ids or usernames to add as members

Input Schema (JSON Schema)

{ "description": "Parameters for adding members to a group.", "properties": { "group_id": { "description": "Group ID or sys_id", "title": "Group Id", "type": "string" }, "members": { "description": "List of user sys_ids or usernames to add as members", "items": { "type": "string" }, "title": "Members", "type": "array" } }, "required": [ "group_id", "members" ], "title": "AddGroupMembersParams", "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