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
validation.d.ts•386 B
export declare function validateEmail(email: string): boolean;
export declare function validatePassword(password: string | boolean): boolean;
/**
* Normalize account_id to a valid integer or undefined.
* Returns undefined if input is not a valid positive integer.
*/
export declare function normalizeAccountId(input: any): number | undefined;
//# sourceMappingURL=validation.d.ts.map