Skip to main content
Glama
exceptions.py717 B
"""Custom exceptions for ServiceNow MCP Server.""" class ServiceNowError(Exception): """Base exception for ServiceNow errors.""" pass class ServiceNowAPIError(ServiceNowError): """Exception raised for API errors.""" pass class ServiceNowAuthenticationError(ServiceNowAPIError): """Exception raised for authentication errors.""" pass class ServiceNowNotFoundError(ServiceNowAPIError): """Exception raised when a resource is not found.""" pass class ServiceNowRateLimitError(ServiceNowAPIError): """Exception raised when rate limit is exceeded.""" pass class ServiceNowConfigError(ServiceNowError): """Exception raised for configuration errors.""" pass

Latest Blog Posts

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

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