Microsoft Graph · Capability

Microsoft Graph Print — Print.print

Microsoft Graph Print — Print.print. 2 operations. Lead operation: Microsoft Graph Get print. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphPrint.print

What You Can Do

GET
Printprintgetprint — Microsoft Graph Get print
/v1/print
PATCH
Printprintupdateprint — Microsoft Graph Update print
/v1/print

MCP Tools

microsoft-graph-get-print

Microsoft Graph Get print

read-only idempotent
microsoft-graph-update-print

Microsoft Graph Update print

idempotent

Capability Spec

print-print-print.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Print — Print.print
  description: 'Microsoft Graph Print — Print.print. 2 operations. Lead operation: Microsoft Graph Get print. Self-contained
    Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - Print.print
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_GRAPH_API_KEY: MICROSOFT_GRAPH_API_KEY
capability:
  consumes:
  - type: http
    namespace: print-print-print
    baseUri: ''
    description: Microsoft Graph Print — Print.print business capability. Self-contained, no shared references.
    resources:
    - name: print
      path: /print
      operations:
      - name: printprintgetprint
        method: GET
        description: Microsoft Graph Get print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: printprintupdateprint
        method: PATCH
        description: Microsoft Graph Update print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: print-print-print-rest
    port: 8080
    description: REST adapter for Microsoft Graph Print — Print.print. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/print
      name: print
      description: REST surface for print.
      operations:
      - method: GET
        name: printprintgetprint
        description: Microsoft Graph Get print
        call: print-print-print.printprintgetprint
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: printprintupdateprint
        description: Microsoft Graph Update print
        call: print-print-print.printprintupdateprint
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: print-print-print-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Print — Print.print. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-graph-get-print
      description: Microsoft Graph Get print
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: print-print-print.printprintgetprint
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-print
      description: Microsoft Graph Update print
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: print-print-print.printprintupdateprint
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.