Microsoft Planner · Capability

Microsoft Planner Microsoft Graph Planner API — Task Details

Microsoft Planner Microsoft Graph Planner API — Task Details. 2 operations. Lead operation: Microsoft Planner Get Task Details. Self-contained Naftiko capability covering one Microsoft Planner business surface.

Run with Naftiko Microsoft PlannerTask Details

What You Can Do

GET
Gettaskdetails — Microsoft Planner Get Task Details
/v1/planner/tasks/{task-id}/details
PATCH
Updatetaskdetails — Microsoft Planner Update Task Details
/v1/planner/tasks/{task-id}/details

MCP Tools

microsoft-planner-get-task-details

Microsoft Planner Get Task Details

read-only idempotent
microsoft-planner-update-task-details

Microsoft Planner Update Task Details

idempotent

Capability Spec

microsoft-planner-task-details.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Planner Microsoft Graph Planner API — Task Details
  description: 'Microsoft Planner Microsoft Graph Planner API — Task Details. 2 operations. Lead operation: Microsoft Planner
    Get Task Details. Self-contained Naftiko capability covering one Microsoft Planner business surface.'
  tags:
  - Microsoft Planner
  - Task Details
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_PLANNER_API_KEY: MICROSOFT_PLANNER_API_KEY
capability:
  consumes:
  - type: http
    namespace: microsoft-planner-task-details
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Planner Microsoft Graph Planner API — Task Details business capability. Self-contained, no shared
      references.
    resources:
    - name: planner-tasks-task-id-details
      path: /planner/tasks/{task-id}/details
      operations:
      - name: gettaskdetails
        method: GET
        description: Microsoft Planner Get Task Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatetaskdetails
        method: PATCH
        description: Microsoft Planner Update Task Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_PLANNER_API_KEY}}'
  exposes:
  - type: rest
    namespace: microsoft-planner-task-details-rest
    port: 8080
    description: REST adapter for Microsoft Planner Microsoft Graph Planner API — Task Details. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/planner/tasks/{task-id}/details
      name: planner-tasks-task-id-details
      description: REST surface for planner-tasks-task-id-details.
      operations:
      - method: GET
        name: gettaskdetails
        description: Microsoft Planner Get Task Details
        call: microsoft-planner-task-details.gettaskdetails
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatetaskdetails
        description: Microsoft Planner Update Task Details
        call: microsoft-planner-task-details.updatetaskdetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-planner-task-details-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Planner Microsoft Graph Planner API — Task Details. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-planner-get-task-details
      description: Microsoft Planner Get Task Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-planner-task-details.gettaskdetails
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-planner-update-task-details
      description: Microsoft Planner Update Task Details
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-planner-task-details.updatetaskdetails
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.