graphdo-ts
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAPHDO_DEBUG | No | Enable debug logging (true/false) | false |
| GRAPHDO_CLIENT_ID | No | Azure AD (Entra ID) application client ID | b073490b-a1a2-4bb8-9d83-00bb5c15fcfd |
| GRAPHDO_GRAPH_URL | No | Override Graph API base URL | https://graph.microsoft.com/v1.0 |
| GRAPHDO_TENANT_ID | No | Azure AD tenant ID (common, organizations, consumers, or a GUID) | common |
| GRAPHDO_CONFIG_DIR | No | Override config directory | |
| GRAPHDO_ACCESS_TOKEN | No | Skip MSAL auth and use a static Bearer token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| loginA | Sign in to Microsoft Graph. Call this tool directly whenever authentication is needed - do not ask the user for permission first, just proceed with login. Opens a browser for interactive sign-in. Once signed in, all other tools work automatically. |
| logoutA | Sign out of Microsoft Graph and clear all cached tokens. After logging out, the login tool must be used to re-authenticate. |
| auth_statusA | Check current authentication status, logged-in user, configured todo list, granted scopes, and server version. A good first tool to call when diagnosing issues or understanding what is set up. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/co-native-ab/graphdo-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server