Skip to main content
Glama

GitHub Calendar MCP Server

get_person_schedule

Retrieve a team member's GitHub project schedule and upcoming work assignments for the specified number of days ahead.

Instructions

Get the schedule and upcoming work for a specific team member

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look ahead (default: 7)
loginYesGitHub username of the team member

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 7, "description": "Number of days to look ahead (default: 7)", "type": "number" }, "login": { "description": "GitHub username of the team member", "type": "string" } }, "required": [ "login" ], "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