F
licenseNot graded
qualityD
maintenanceEnables sending emails through Gmail using Google's Gmail API. Requires OAuth authentication setup through Google Cloud Console.
-
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: creating a draft vs sending an email. An agent can easily differentiate between them.
Both tool names follow a consistent verb_noun pattern using camelCase (createDraft, sendEmail), demonstrating strong naming consistency.
With only 2 tools, the server is tightly scoped to its purpose of sending emails and creating drafts. Each tool earns its place.
The server covers core email sending and draft creation but lacks common operations like listing, deleting drafts, or managing attachments. There are notable gaps for a full workflow.