Microsoft Planner · Capability

Microsoft Planner Microsoft Graph Planner API — Plan Details

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

Run with Naftiko Microsoft PlannerPlan Details

What You Can Do

GET
Getplandetails — Microsoft Planner Get Plan Details
/v1/planner/plans/{plan-id}/details
PATCH
Updateplandetails — Microsoft Planner Update Plan Details
/v1/planner/plans/{plan-id}/details

MCP Tools

microsoft-planner-get-plan-details

Microsoft Planner Get Plan Details

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

Microsoft Planner Update Plan Details

idempotent

Capability Spec

microsoft-planner-plan-details.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Planner Microsoft Graph Planner API — Plan Details
  description: 'Microsoft Planner Microsoft Graph Planner API — Plan Details. 2 operations. Lead operation: Microsoft Planner
    Get Plan Details. Self-contained Naftiko capability covering one Microsoft Planner business surface.'
  tags:
  - Microsoft Planner
  - Plan 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-plan-details
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Planner Microsoft Graph Planner API — Plan Details business capability. Self-contained, no shared
      references.
    resources:
    - name: planner-plans-plan-id-details
      path: /planner/plans/{plan-id}/details
      operations:
      - name: getplandetails
        method: GET
        description: Microsoft Planner Get Plan Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateplandetails
        method: PATCH
        description: Microsoft Planner Update Plan 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-plan-details-rest
    port: 8080
    description: REST adapter for Microsoft Planner Microsoft Graph Planner API — Plan Details. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/planner/plans/{plan-id}/details
      name: planner-plans-plan-id-details
      description: REST surface for planner-plans-plan-id-details.
      operations:
      - method: GET
        name: getplandetails
        description: Microsoft Planner Get Plan Details
        call: microsoft-planner-plan-details.getplandetails
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateplandetails
        description: Microsoft Planner Update Plan Details
        call: microsoft-planner-plan-details.updateplandetails
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-planner-plan-details-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Planner Microsoft Graph Planner API — Plan Details. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-planner-get-plan-details
      description: Microsoft Planner Get Plan Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-planner-plan-details.getplandetails
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-planner-update-plan-details
      description: Microsoft Planner Update Plan Details
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-planner-plan-details.updateplandetails
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.