Skip to main content
Glama

ServiceNow MCP Server

by javerthl

get_user

Retrieve specific user details from ServiceNow using user ID, username, or email address to access user information and manage user records.

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)

{ "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" } }, "type": "object" }

Other Tools from ServiceNow MCP Server

Related Tools

    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/javerthl/servicenow-mcp'

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