Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-tasks | List all tasks in a Planner plan |
| get-task | Get details of a specific Planner task |
| get-task-details | Get extended task details including description and checklist |
| create-task | Create a new task in a Planner plan |
| update-task | Update task properties (title, progress, assignments, categories). Auto-fetches ETag. |
| update-task-details | Update task description (use for GitHub links). Auto-fetches ETag. |
| delete-task | Delete a Planner task. Auto-fetches ETag. |
| list-buckets | List all buckets in a Planner plan |
| list-plans | List all Planner plans accessible to the current user |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |