We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zoyth/cakemail-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
export const accountTools = [
{
name: 'cakemail_get_self_account',
description: 'Get current account details',
inputSchema: {
type: 'object',
properties: {},
required: [],
},
},
{
name: 'cakemail_get_retry_config',
description: 'Get current retry configuration',
inputSchema: {
type: 'object',
properties: {},
required: [],
},
}
];
//# sourceMappingURL=account-tools.js.map