servicenow-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| servicenow_query_tableA | Read records from any ServiceNow table using an encoded query. This is the main tool for answering questions about incidents, changes, users, CIs or anything else stored on the instance. Read-only. Results are capped by the server's policy and every cap applied is reported in the result. |
| servicenow_get_recordA | Fetch a single record by its 32-character sys_id. Use this after a query has given you an id, or when the user supplies one. Returns a clear 'no such record' message rather than an error if nothing matches. |
| servicenow_count_recordsA | Count records matching a query without transferring any of them. One request, a few bytes, and no context cost regardless of the number. Prefer this over querying with a large limit whenever the question is 'how many'. |
| servicenow_describe_tableA | List a table's columns with their types, labels and reference targets, including columns inherited from parent tables - most of an incident's fields are declared on 'task', and a listing that omitted them would be misleading. Call this before writing a query against an unfamiliar table, or when a query returns unexpectedly little. |
| servicenow_list_tablesA | Search the instance's tables by system name or label. Use it to turn a user's words - 'the change requests', 'our CMDB servers' - into the system name the other tools need. Tables blocked by this server's policy are omitted, and the count of omissions reported. |
| servicenow_query_syntaxA | The full ServiceNow encoded-query operator reference, with worked examples. Makes no network call. Read this before guessing at query syntax - encoded queries look enough like SQL to invite the wrong habits, and a malformed query returns an empty result set rather than an error, which is easy to misread as 'no matches'. |
| servicenow_check_connectionA | Verify that credentials work, report which account the server authenticates as, and show the limits currently in force. Start here when another tool fails with a permission error, to tell 'wrong credentials' apart from 'right credentials, missing role'. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ausper-tech/servicenow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server