togello-mcp-server
Togello MCP Server is designed to implement the Model Context Protocol (MCP) for managing context in applications.
The Togello MCP Server is a robust solution for managing context within applications using the Model Context Protocol (MCP). It provides a structured way to handle tasks, activities, and calendar events, making it an ideal choice for applications that require efficient context management. The server offers a variety of tools and resources to streamline task management, activity logging, and calendar integration. With its comprehensive set of features, Togello MCP Server is well-suited for developers looking to enhance their applications with advanced context management capabilities. The server is easily deployable using npm, and it supports integration with Google Calendar, allowing users to manage their schedules seamlessly. Additionally, it provides tools for creating, updating, and retrieving tasks and activities, making it a versatile choice for a wide range of applications.
Features
- Task Management: Create, update, and retrieve tasks with detailed information such as UUID, name, start and end dates, priority, and category.
- Activity Logging: Start, complete, and retrieve activity logs with comprehensive details including UUID, start and end times, and item names.
- Calendar Integration: Access and manage events from integrated Google Calendar for yesterday, today, and tomorrow.
- Category and Item Lists: Retrieve lists of task categories and activity items for better organization and management.
- Time Retrieval: Get the current time in Japan (JST) without any parameters.
Tools
get-tasks-list
Retrieve incomplete tasks with details like UUID, name, start and end dates, priority, and category.
create-task
Create a new task with specified task name, and optionally category UUID, start date, and URL.
update-task
Update the completion status of a task using its UUID.
get-todo-category-list
Retrieve a list of categories from the TODO feature with names and UUIDs.
get-today-calendar
Retrieve events from the integrated Google Calendar for yesterday, today, and tomorrow.
get-activity-item-list
Retrieve a list of activity items with UUIDs and names.
get-activity-log-list
Retrieve a list of activity logs with details like UUID, start and end times, and item names.
start-activity-log
Start an activity log by specifying an item name when no current activity is running.
complete-activity-log
Complete an activity log by specifying the UUID of the currently running activity.
get-japan-current-time
Returns the current time in Japan (JST).