trykittai-mcp-server
Related Servers
Alternatives to trykittai-mcp-server
No user-submitted related servers found.
Related Servers
- -
- AlicenseNot gradedqualityAmaintenanceOfficial MCP Server for Buildkite.54MIT
- -
- AlicenseNot gradedqualityDmaintenanceMCP server for TryOnfy - AI virtual try-on platform that lets you preview clothing, hairstyles, and accessories instantly.101MIT
- -
- AlicenseAqualityAmaintenanceOpen source MCP server for open project aimed at community edition users841MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose with no overlap: find_email locates email addresses, get_job_status checks job status, list_jobs enumerates jobs, and verify_email_send validates emails. The descriptions clearly differentiate their functions, eliminating any potential for agent misselection.
The naming follows a consistent verb_noun pattern (find_email, get_job_status, list_jobs, verify_email_send), with all tools using snake_case. The minor deviation is 'verify_email_send' which includes an extra verb 'send', but overall the pattern is predictable and readable.
With 4 tools, this server is well-scoped for its purpose of email and job management. Each tool earns its place by covering distinct aspects: email discovery, job tracking, and email verification, without being overly sparse or bloated.
The tool surface covers core operations like finding and verifying emails, and managing jobs, but has notable gaps. For example, there are no tools to create or delete jobs, or to handle email sending beyond verification, which could limit agent workflows in this domain.