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
import { CakemailAPI } from '../cakemail-api.js';
/**
* Diagnose why a recipient did not receive a campaign
*/
export declare function handleDiagnoseDeliveryIssue(args: any, api: CakemailAPI): Promise<{
content: {
type: string;
text: string;
}[];
isError: boolean;
} | {
content: {
type: string;
text: string;
}[];
}>;
//# sourceMappingURL=diagnostics.d.ts.map