Skip to main content
Glama
Ezzeay
by Ezzeay

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub token for accessing GitHub API
TEAMS_CLIENT_IDNoClient ID for Microsoft Graph
TEAMS_TENANT_IDNoTenant ID for Microsoft Graph
TEAMS_WEBHOOK_URLNoWebhook URL for Microsoft Teams
TEAMS_CLIENT_SECRETNoClient secret for Microsoft Graph

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
echoA

Returns exactly the text you send

get_timeA

Returns the current server time in ISO format

github_statusA

Checks whether GitHub token is loaded and authentication works

github_authenticated_userA

Returns the currently authenticated GitHub account

github_list_reposC

Lists repositories for the authenticated GitHub user

github_create_issueC

Creates a GitHub issue in a repository

github_requestB

Sends a raw authenticated request to GitHub REST API. Use with caution.

teams_graph_statusA

Checks whether Microsoft Graph credentials are configured and working

teams_send_dmB

Sends a direct message (DM) to a specific Teams user by their email address

teams_send_messageB

Sends a plain text message to a Microsoft Teams channel via incoming webhook

teams_send_cardC

Sends a rich Adaptive Card message to a Teams channel (title + body + optional link)

github_list_issuesC

Lists open issues for a given repository

github_get_fileB

Reads a file from a GitHub repository and returns its content as text

github_create_pull_requestC

Opens a pull request on a GitHub repository

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Ezzeay/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server