Provenance
PublisherMicrosoft Planner
API basehttps://graph.microsoft.com/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (OAuth)
Methods (15)
planner_list_plans
readList Microsoft Planner plans available to the current user.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": true }planner_list_buckets
readList buckets for a plan.
Required paramsplanIdInput schema
{ "type": "object", "properties": { "planId": { "type": "string", "description": "Planner plan ID." } }, "required": [ "planId" ], "additionalProperties": true }planner_list_tasks
readList tasks for a plan.
Required paramsplanIdInput schema
{ "type": "object", "properties": { "planId": { "type": "string", "description": "Planner plan ID." } }, "required": [ "planId" ], "additionalProperties": true }planner_create_task
writeCreate a Planner task in a plan.
Required paramsplanIdtitleInput schema
{ "type": "object", "properties": { "planId": { "type": "string", "description": "Planner plan ID." }, "title": { "type": "string", "description": "Task title." }, "bucketId": { "type": "string", "description": "Optional planner bucket ID." }, "assignments": { "type": "object", "description": "Planner task assignments payload." } }, "required": [ "planId", "title" ], "additionalProperties": true }planner_get_task
readplanner_update_task
writeplanner_update_task_categories
writeplanner_delete_task
writeplanner_update_task_status
writeplanner_assign_task
unknownplanner_move_task_bucket
unknownplanner_add_task_description
writeplanner_upload_task_image
writeplanner_attach_task_image
unknownplanner_set_task_image_preview
write
