Tools
Microsoft Planner Manage tasks, plans, and buckets in Microsoft Planner
Copy Link Share Ask AI
Microsoft Planner is a task management tool that helps teams organize work visually using boards, tasks, and buckets. Integrated with Microsoft 365, it offers a simple, intuitive way to manage team projects, assign responsibilities, and track progress.
With Microsoft Planner, you can:
Create and manage tasks : Add new tasks with due dates, priorities, and assigned users
Organize with buckets : Group tasks by phase, status, or category to reflect your team’s workflow
Visualize project status : Use boards, charts, and filters to monitor workload and track progress
Stay integrated with Microsoft 365 : Seamlessly connect tasks with Teams, Outlook, and other Microsoft tools
In Nuxa, the Microsoft Planner integration allows your agents to programmatically create, read, and manage tasks as part of their workflows. Agents can generate new tasks based on incoming requests, retrieve task details to drive decisions, and track status across projects — all without human intervention. Whether you're building workflows for client onboarding, internal project tracking, or follow-up task generation, integrating Microsoft Planner with Nuxa gives your agents a structured way to coordinate work, automate task creation, and keep teams aligned.
Integrate Microsoft Planner into the workflow. Manage tasks, plans, buckets, and task details including checklists and references.
Read tasks from Microsoft Planner - get all user tasks or all tasks from a specific plan
Parameter Type Required Description planIdstring No The ID of the plan to get tasks from (if not provided, gets all user tasks) taskIdstring No The ID of the task to get
Parameter Type Description successboolean Whether tasks were retrieved successfully tasksarray Array of task objects with filtered properties metadataobject Metadata including planId, userId, and planUrl
Create a new task in Microsoft Planner
Parameter Type Required Description planIdstring Yes The ID of the plan where the task will be created titlestring Yes The title of the task descriptionstring No The description of the task dueDateTimestring No The due date and time for the task (ISO 8601 format) assigneeUserIdstring No The user ID to assign the task to bucketIdstring No The bucket ID to place the task in
Parameter Type Description successboolean Whether the task was created successfully taskobject The created task object with all properties metadataobject Metadata including planId, taskId, and taskUrl
Update a task in Microsoft Planner
Parameter Type Required Description taskIdstring Yes The ID of the task to update etagstring Yes The ETag value from the task to update (If-Match header) titlestring No The new title of the task bucketIdstring No The bucket ID to move the task to dueDateTimestring No The due date and time for the task (ISO 8601 format) startDateTimestring No The start date and time for the task (ISO 8601 format) percentCompletenumber No The percentage of task completion (0-100) prioritynumber No The priority of the task (0-10) assigneeUserIdstring No The user ID to assign the task to
Parameter Type Description successboolean Whether the task was updated successfully messagestring Success message when task is updated taskobject The updated task object with all properties taskIdstring ID of the updated task etagstring New ETag after update - use this for subsequent operations metadataobject Metadata including taskId, planId, and taskUrl
Delete a task from Microsoft Planner
Parameter Type Required Description taskIdstring Yes The ID of the task to delete etagstring Yes The ETag value from the task to delete (If-Match header)
Parameter Type Description successboolean Whether the task was deleted successfully deletedboolean Confirmation of deletion metadataobject Additional metadata
List all plans shared with the current user
Parameter Type Required Description
Parameter Type Description successboolean Whether plans were retrieved successfully plansarray Array of plan objects shared with the current user metadataobject Metadata including userId and count
Get details of a specific Microsoft Planner plan
Parameter Type Required Description planIdstring Yes The ID of the plan to retrieve
Parameter Type Description successboolean Whether the plan was retrieved successfully planobject The plan object with all properties metadataobject Metadata including planId and planUrl
List all buckets in a Microsoft Planner plan
Parameter Type Required Description planIdstring Yes The ID of the plan
Parameter Type Description successboolean Whether buckets were retrieved successfully bucketsarray Array of bucket objects metadataobject Metadata including planId and count
Get details of a specific bucket
Parameter Type Required Description bucketIdstring Yes The ID of the bucket to retrieve
Parameter Type Description successboolean Whether the bucket was retrieved successfully bucketobject The bucket object with all properties metadataobject Metadata including bucketId and planId
Create a new bucket in a Microsoft Planner plan
Parameter Type Required Description planIdstring Yes The ID of the plan where the bucket will be created namestring Yes The name of the bucket
Parameter Type Description successboolean Whether the bucket was created successfully bucketobject The created bucket object with all properties metadataobject Metadata including bucketId and planId
Update a bucket in Microsoft Planner
Parameter Type Required Description bucketIdstring Yes The ID of the bucket to update namestring No The new name of the bucket etagstring Yes The ETag value from the bucket to update (If-Match header)
Parameter Type Description successboolean Whether the bucket was updated successfully bucketobject The updated bucket object with all properties metadataobject Metadata including bucketId and planId
Delete a bucket from Microsoft Planner
Parameter Type Required Description bucketIdstring Yes The ID of the bucket to delete etagstring Yes The ETag value from the bucket to delete (If-Match header)
Parameter Type Description successboolean Whether the bucket was deleted successfully deletedboolean Confirmation of deletion metadataobject Additional metadata
Get detailed information about a task including checklist and references
Parameter Type Required Description taskIdstring Yes The ID of the task
Parameter Type Description successboolean Whether the task details were retrieved successfully taskDetailsobject The task details including description, checklist, and references etagstring The ETag value for this task details - use this for update operations metadataobject Metadata including taskId
Update task details including description, checklist items, and references in Microsoft Planner
Parameter Type Required Description taskIdstring Yes The ID of the task etagstring Yes The ETag value from the task details to update (If-Match header) descriptionstring No The description of the task checklistobject No Checklist items as a JSON object referencesobject No References as a JSON object previewTypestring No Preview type: automatic, noPreview, checklist, description, or reference
Parameter Type Description successboolean Whether the task details were updated successfully taskDetailsobject The updated task details object with all properties metadataobject Metadata including taskId
Category: tools
Type: microsoft_planner