Skip to main content
Glama

GitHub Calendar MCP Server

get_calendar_events

Retrieve GitHub project calendar events to analyze team workloads and track project timelines. Filter events by date range or assignee for scheduling insights.

Instructions

Get GitHub project calendar events with optional filtering

Input Schema

NameRequiredDescriptionDefault
assigneeNoFilter events by assignee GitHub username
orgNoGitHub organization name (default: squareup)squareup
projectNoGitHub project number (default: 333)
sinceNoISO date string to filter events from (default: 2025-08-01)

Input Schema (JSON Schema)

{ "properties": { "assignee": { "description": "Filter events by assignee GitHub username", "type": "string" }, "org": { "default": "squareup", "description": "GitHub organization name (default: squareup)", "type": "string" }, "project": { "default": 333, "description": "GitHub project number (default: 333)", "type": "number" }, "since": { "description": "ISO date string to filter events from (default: 2025-08-01)", "type": "string" } }, "type": "object" }

Other Tools from GitHub Calendar MCP Server

Related Tools

    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/blackgirlbytes/github-calendar-mcp-server'

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