Skip to main content
Glama

Jentic

Official
by jentic
exc.py572 B
class JenticException(Exception): """Base exception for Jentic.""" pass class JenticEnvironmentError(JenticException): """Exception raised for errors related to environment.""" pass class MissingAgentKeyError(JenticEnvironmentError): """Exception raised for errors related to missing agent key.""" pass class JenticAPIError(JenticException): """Exception raised for errors returned by the Jentic API.""" pass class JenticCredentialsError(JenticException): """Exception raised for errors related to credentials.""" pass

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/jentic/jentic-tools'

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