For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • ComplianceQuest
    • Concur
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Planner
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneDrive GCC High
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • SharePoint GCC High
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Microsoft Planner

Connect your AI agents to Microsoft Planner.
Was this page helpful?
Previous

Make

Next

Microsoft Teams

Authentication: OAuth. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • List all tasks assigned to me across every plan that are past their due date.
  • Create a task in the Sprint 42 bucket and assign it to a team member.
  • Show the completion status of all tasks in a given plan, grouped by bucket.

Available Tools

list_plans

List Planner plans. Omit group_id for current user’s plans; provide group_id to list plans for a specific M365 group.

get_plan

Get a Planner plan by ID. Use list_plans to find valid plan IDs.

get_plan_details

Get extended details for a Planner plan including shared users and category labels.

create_plan

Create a new Planner plan. Provide group_id to create under a M365 group, or omit for a personal plan.

update_plan

Update a Planner plan’s title. Fetches current ETag automatically. Use list_plans to find valid plan IDs.

delete_plan

Permanently delete a Planner plan and all its tasks and buckets. Fetches current ETag automatically.

list_buckets

List all buckets in a Planner plan. Use list_plans to find valid plan IDs.

get_bucket

Get a Planner bucket by ID. Use list_buckets to find valid bucket IDs.

create_bucket

Create a new bucket in a Planner plan to organize tasks. Use list_plans to find valid plan IDs.

update_bucket

Update a Planner bucket’s name or order. Fetches current ETag automatically. Use list_buckets to find valid IDs.

delete_bucket

Permanently delete a Planner bucket. The bucket must be empty (no tasks) before deletion.

list_tasks

List Planner tasks. Omit plan_id and bucket_id for current user’s assigned tasks, or filter by plan or bucket.

get_task

Get a Planner task by ID. Use list_tasks to find valid task IDs.

get_task_details

Get extended task details including description, checklist items, and external references.

create_task

Create a new task in a Planner plan. Use list_plans to find valid plan IDs and list_buckets to find valid bucket IDs.

update_task

Update a Planner task’s title, bucket, due date, priority, or completion percentage.

update_task_details

Update a task’s description, checklist items, or external references. Fetches current ETag automatically.

delete_task

Permanently delete a Planner task. Fetches current ETag automatically. Use list_tasks to find valid task IDs.

list_checklist_items

List all checklist items for a Planner task. Use list_tasks to find valid task IDs.

add_checklist_item

Add a checklist item to a Planner task. Use list_tasks to find valid task IDs.

update_checklist_item

Update a checklist item’s title or checked state in a Planner task.

delete_checklist_item

Delete a checklist item from a Planner task. Use list_checklist_items to find valid item IDs.

list_todo_lists

List all Microsoft To Do lists for the current user.

get_todo_list

Get a Microsoft To Do list by ID. Use list_todo_lists to find valid list IDs.

create_todo_list

Create a new Microsoft To Do list.

update_todo_list

Rename a Microsoft To Do list. Use list_todo_lists to find valid list IDs.

delete_todo_list

Permanently delete a Microsoft To Do list and all its tasks. Use list_todo_lists to find valid list IDs.

list_todo_tasks

List tasks in a Microsoft To Do list. Use list_todo_lists to find valid list IDs.

get_todo_task

Get a Microsoft To Do task by ID. Use list_todo_tasks to find valid task IDs.

create_todo_task

Create a task in a Microsoft To Do list. Use list_todo_lists to find valid list IDs.

update_todo_task

Update a Microsoft To Do task. Use list_todo_tasks to find valid task IDs.

delete_todo_task

Permanently delete a Microsoft To Do task. Use list_todo_tasks to find valid task IDs.

list_todo_steps

List all checklist steps for a Microsoft To Do task. Use list_todo_tasks to find valid task IDs.

get_todo_step

Get a single checklist step from a Microsoft To Do task. Use list_todo_steps to find valid step IDs.

create_todo_step

Add a checklist step to a Microsoft To Do task. Use list_todo_tasks to find valid task IDs.

update_todo_step

Update a checklist step in a Microsoft To Do task. Use list_todo_steps to find valid step IDs.

delete_todo_step

Delete a checklist step from a Microsoft To Do task. Use list_todo_steps to find valid step IDs.