YearAtAGlance MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YAAG_API_KEY | Yes | Your YearAtAGlance API key | |
| YAAG_API_URL | No | API base URL | https://yearataglance-backend-production.up.railway.app/api/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| yaag_list_eventsB | List all events from YearAtAGlance calendar. Optionally filter by year and/or category. |
| yaag_get_eventB | Get details of a specific event by its ID |
| yaag_create_eventB | Create a new event in the YearAtAGlance calendar. Dates should be in ISO 8601 format. |
| yaag_update_eventC | Update an existing event |
| yaag_delete_eventB | Delete an event from the calendar |
| yaag_get_heatmapA | Get heatmap data showing event density for each day of a year |
| yaag_list_categoriesA | List all categories in the YearAtAGlance calendar |
| yaag_get_categoryB | Get details of a specific category by its ID |
| yaag_create_categoryB | Create a new category for organizing events |
| yaag_update_categoryC | Update an existing category |
| yaag_delete_categoryA | Delete a category. Events in this category will become uncategorized. |
| yaag_ai_statusA | Check the status of the AI service in YearAtAGlance |
| yaag_ai_create_milestoneA | Use AI to create an event from natural language input. Example: 'My birthday on March 15th' or 'Team offsite next week' |
| yaag_ai_analyze_yearA | Get AI-powered analysis and insights for a specific year's events |
| yaag_ai_chatA | Chat with the AI assistant about your calendar, events, and schedule |
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
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/mindfullabai/yearataglance-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server