graphdo-ts
OfficialRelated Servers
Alternatives to graphdo-ts
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to interact with Microsoft 365 services (users, mail, calendar, files) via Microsoft Graph API.461MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Microsoft To Do tasks via the Graph API, supporting multiple accounts, encrypted auth, and full CRUD operations.42MIT
- AlicenseAqualityAmaintenanceEnables AI agents to read and manage Microsoft 365/Outlook email and calendar, with destructive actions (send email, create event) requiring human approval.8MIT
- AlicenseBqualityCmaintenanceEnables AI assistants to manage Microsoft Outlook email and calendar through the Microsoft Graph API, including reading, sending, searching emails, and handling calendar events.438627MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Microsoft 365 through the Microsoft Graph API, including searching Teams messages, managing chats, and sending messages.77MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage Outlook mail, calendar, and contacts via Microsoft Graph API with secure device code authentication.94MIT
TDQS
Scored across 3 tools
Each tool addresses a distinct aspect of the authentication lifecycle: login for signing in, logout for signing out, and auth_status for checking the current state. There is no overlap or ambiguity between them.
Tool names are short and predictable, but 'auth_status' is a noun phrase while 'login' and 'logout' are verbs. The pattern is mostly consistent, though 'get_auth_status' would improve verb-noun consistency.
Three tools is the minimum needed to cover the authentication lifecycle, and each tool serves an essential role. The scope is narrow but well-filled, with no unnecessary additions.
The set covers the full authentication domain: login, logout, and status checking. There are no missing operations for the stated purpose, making the surface complete for authentication management.