Skip to main content
Glama

SkyeNet-MCP-ACE

by ClearSkye

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNOW_INSTANCEYesThe URL of your ServiceNow instance (e.g., https://your-instance.service-now.com)
SNOW_PASSWORDYesYour ServiceNow password
SNOW_USERNAMEYesYour ServiceNow username

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_background_script

Execute server-side JavaScript in ServiceNow using Background Scripts. āš ļø SANDBOX ONLY - executes arbitrary code. šŸ›”ļø Auto-truncates large outputs. šŸ“ Use {{file:path}} for large scripts.

execute_table_operation

CRUD operations on ServiceNow tables via Table API. Supports GET/POST/PUT/PATCH/DELETE with query syntax and batch operations. āš ļø SANDBOX ONLY - reads/modifies data. šŸ›”ļø Auto-limits large results. Use pagination for big datasets. šŸ“ Use {{file:path}} for large data.

execute_updateset_operation

Manage ServiceNow update sets with lifecycle operations, XML reassignment, and working set tracking. āš ļø SANDBOX ONLY - modifies update sets. šŸ›”ļø Auto-limits large results. Use pagination for big datasets. šŸ“ Use {{file:path}} for large data.

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/ClearSkye/SkyeNet-MCP-ACE'

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