Skip to main content
Glama

ServiceNow MCP Server

MIT License

get_user

Retrieve specific user details from ServiceNow using user ID, username, or email. Simplifies user data access for streamlined management and integrations.

Instructions

Get a specific user in ServiceNow

Input Schema

NameRequiredDescriptionDefault
emailNoEmail address of the user
user_idNoUser ID or sys_id
user_nameNoUsername of the user

Input Schema (JSON Schema)

{ "description": "Parameters for getting a user.", "properties": { "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Email address of the user", "title": "Email" }, "user_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "User ID or sys_id", "title": "User Id" }, "user_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Username of the user", "title": "User Name" } }, "title": "GetUserParams", "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