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: $.