01Includes a `call_api` tool to execute read-only GET requests against the Cakemail API for data verification.
02Dynamically loads Cakemail's OpenAPI specification for up-to-date API access.
03Provides a `list_endpoints` tool to browse and filter available API operations.
04Offers a `get_endpoint` tool for retrieving comprehensive details of specific API endpoints, including parameters and schemas.
05Supports both Basic Authentication and Bearer token for secure access to the Cakemail API.
060 GitHub stars