Microsoft & Azure intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
Enables interaction with Microsoft Planner tasks through natural language using Azure CLI authentication. Supports listing plans, creating/updating/deleting tasks, managing buckets, and integrating GitHub links without complex OAuth setup
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
| Canonical slug | microsoft-planner-mcp-0ca8701b | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | vyente-ruffin/microsoft-planner-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 35% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | vyente-ruffin/microsoft-planner-mcp | b735594b6d1ccd3738dc315cd8b21438f21301a0 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitvyente-ruffin/microsoft-planner-mcp | b735594b6d1ccd3738dc315cd8b21438f21301a0Current | Aug 25, 2026 | 9 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
create-taskCreate a new task in a Planner planInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"planId": {
"description": "The plan ID",
"type": "string"
},
"bucketId": {
"description": "The bucket ID",
"type": "string"
},
"title": {
"description": "Task title",
"type": "string"
}
},
"required": [
"planId",
"bucketId",
"title"
],
"additionalProperties": false
} | — | — | |
delete-taskDelete a Planner task. Auto-fetches ETag.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"taskId": {
"description": "The task ID to delete",
"type": "string"
}
},
"required": [
"taskId"
],
"additionalProperties": false
} | — | — | |
get-taskGet details of a specific Planner taskInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"taskId": {
"description": "The task ID",
"type": "string"
}
},
"required": [
"taskId"
],
"additionalProperties": false
} | — | — | |
get-task-detailsGet extended task details including description and checklistInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"taskId": {
"description": "The task ID",
"type": "string"
}
},
"required": [
"taskId"
],
"additionalProperties": false
} | — | — | |
list-bucketsList all buckets in a Planner planInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"planId": {
"description": "The Planner plan ID",
"type": "string"
}
},
"required": [
"planId"
],
"additionalProperties": false
} | — | — | |
list-plansList all Planner plans accessible to the current userInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {},
"additionalProperties": false
} | — | — | |
list-tasksList all tasks in a Planner planInput schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"planId": {
"description": "The Planner plan ID",
"type": "string"
}
},
"required": [
"planId"
],
"additionalProperties": false
} | — | — | |
update-taskUpdate task properties (title, progress, assignments, categories). Auto-fetches ETag.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"taskId": {
"description": "The task ID",
"type": "string"
},
"title": {
"description": "New title",
"type": "string"
},
"percentComplete": {
"description": "Progress 0-100",
"type": "number",
"minimum": 0,
"maximum": 100
},
"assignUserId": {
"description": "User ID to assign",
"type": "string"
},
"category": {
"description": "Category to apply (category1-category25)",
"type": "string"
}
},
"required": [
"taskId"
],
"additionalProperties": false
} | — | — | |
update-task-detailsUpdate task description (use for GitHub links). Auto-fetches ETag.Input schema{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"taskId": {
"description": "The task ID",
"type": "string"
},
"description": {
"description": "Task description (supports markdown, include GitHub URLs)",
"type": "string"
}
},
"required": [
"taskId",
"description"
],
"additionalProperties": false
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
Microsoft Planner MCP Server exposed 9 tools during independent protocol observation, including create-task, delete-task, get-task, get-task-details, list-buckets, list-plans, list-tasks, update-task, and others.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.