Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions partners/servers/a365-planner-mcp-server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "a365-planner-mcp-server",
"title": "Work IQ Planner",
"summary": "Work IQ MCP server for Microsoft Planner operations. Learn more at https://aka.ms/AboutWorkIQ",
"description": "Work IQ Planner MCP Server which enables core Planner actions (create, query, update, and manage plans and tasks) for agentic workflows. AI agents can create plans, add tasks with due dates and assignees, query and filter tasks by status/priority/date, and manage plan collaboration. This feature is in preview and is part of the Work IQ tools, providing shared work intelligence and actions for agents. Availability and capabilities are subject to change. Learn more: https://aka.ms/AboutWorkIQ",
"kind": "mcp",
"vendor": "Microsoft",
"externalDocumentation": {
"title": "Work IQ MCP Servers",
"url": "https://aka.ms/AboutWorkIQ"
},
"remote": "https://agent365.svc.cloud.microsoft/agents/servers/mcp_PlannerServer",
"supportContactInfo": {
"name": "customer support contact",
"url": "https://aka.ms/WorkIQToolsSupport"
},
"license": {
"name": "Work IQ",
"url": "https://aka.ms/AboutWorkIQ"
},
"visibility": "false",
"categories": "Project Management",
"icon": "https://cdn.jsdelivr.net/gh/Azure/MCP/community/registry/icons/MicrosoftPlannerMCPServer.png",
"useCases": [
{
"name": "Create and manage plans",
"description": "Create new personal or group-based Planner plans, update plan titles, and delete plans when no longer needed."
},
{
"name": "Query and discover plans",
"description": "List all plans accessible to the signed-in user, including personal roster plans, group plans, and recently used plans."
},
{
"name": "Create and manage tasks",
"description": "Create tasks within plans with optional due dates and assignees. Update task properties including title, status, priority, start/due dates, bucket, and user assignments."
},
{
"name": "Query and filter tasks",
"description": "Retrieve all tasks in a plan with optional filtering by assignee, status (not started, in progress, completed), priority (urgent, important, medium, low), or date range."
},
{
"name": "Track task progress",
"description": "Update task status from not started to in progress or completed, change priority levels, and reassign tasks to different team members."
}
],
"securitySchemes": {
"a365planneroauth2": {
"type": "oauth2",
"description": "Authenticate with Work IQ using OAuth2 authorization code flow with PKCE support.",
"flows": ["authorizationCode"],
"authorizationUrl": "https://login.microsoftonline.com",
"tokenUrl": "https://login.microsoftonline.com",
"refreshUrl": "https://login.microsoftonline.com",
"scopes": ["ea9ffc3e-8a23-4a7d-836d-234d7c7565c1/McpServers.Planner.All"]
}
},
"authSchemas": ["OAuth2"],
"audience": "ea9ffc3e-8a23-4a7d-836d-234d7c7565c1",
"versionName": "original",
"customProperties": { "x-ms-preview": true },
"tags": ["workiq"]
}
Loading