Skip to main content
Glama

ServiceNow MCP Server

MIT License

list_users

Retrieve user data from ServiceNow with optional filters for active status, department, and search queries. Supports pagination for efficient results management.

Instructions

List users in ServiceNow

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active status
departmentNoFilter by department
limitNoMaximum number of users to return
offsetNoOffset for pagination
queryNoCase-insensitive search term that matches against name, username, or email fields. Uses ServiceNow's LIKE operator for partial matching.

Input Schema (JSON Schema)

{ "description": "Parameters for listing users.", "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter by active status", "title": "Active" }, "department": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by department", "title": "Department" }, "limit": { "default": 10, "description": "Maximum number of users to return", "title": "Limit", "type": "integer" }, "offset": { "default": 0, "description": "Offset for pagination", "title": "Offset", "type": "integer" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Case-insensitive search term that matches against name, username, or email fields. Uses ServiceNow's LIKE operator for partial matching.", "title": "Query" } }, "title": "ListUsersParams", "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