Skip to main content
Glama

ServiceNow MCP Server

MIT License

remove_group_members

Remove specified members from a ServiceNow group by providing the group ID and a list of user sys_ids or usernames. Simplifies group management through direct API integration on the ServiceNow MCP Server.

Instructions

Remove members from an existing group in ServiceNow

Input Schema

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

Input Schema (JSON Schema)

{ "description": "Parameters for removing members from 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 remove as members", "items": { "type": "string" }, "title": "Members", "type": "array" } }, "required": [ "group_id", "members" ], "title": "RemoveGroupMembersParams", "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