Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — print.printOperation

Microsoft Graph OData Service for namespace microsoft.graph — print.printOperation. 6 operations. Lead operation: Microsoft Graph Get printOperation. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphprint.printOperation

What You Can Do

GET
Printlistoperations — Microsoft Graph Get printOperation
/v1/print/operations
POST
Printcreateoperations — Microsoft Graph Create new navigation property to operations for print
/v1/print/operations
GET
Printoperationsgetcount8242 — Microsoft Graph Get the number of the resource
/v1/print/operations/count
GET
Printgetoperations — Microsoft Graph Get printOperation
/v1/print/operations/{printoperation-id}
PATCH
Printupdateoperations — Microsoft Graph Update the navigation property operations in print
/v1/print/operations/{printoperation-id}
DELETE
Printdeleteoperations — Microsoft Graph Delete navigation property operations for print
/v1/print/operations/{printoperation-id}

MCP Tools

microsoft-graph-get-printoperation

Microsoft Graph Get printOperation

read-only idempotent
microsoft-graph-create-new-navigation

Microsoft Graph Create new navigation property to operations for print

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-printoperation-2

Microsoft Graph Get printOperation

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property operations in print

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property operations for print

idempotent

Capability Spec

microsoft-graph-print-printoperation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — print.printOperation
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — print.printOperation. 6 operations. Lead operation:
    Microsoft Graph Get printOperation. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - print.printOperation
  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: microsoft-graph-print-printoperation
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — print.printOperation business capability. Self-contained,
      no shared references.
    resources:
    - name: print-operations
      path: /print/operations
      operations:
      - name: printlistoperations
        method: GET
        description: Microsoft Graph Get printOperation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $orderby
          in: query
          type: array
          description: Order items by property values
        - name: $select
          in: query
          type: array
          description: Select properties to be returned
        - name: $expand
          in: query
          type: array
          description: Expand related entities
      - name: printcreateoperations
        method: POST
        description: Microsoft Graph Create new navigation property to operations for print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: print-operations-$count
      path: /print/operations/$count
      operations:
      - name: printoperationsgetcount8242
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: print-operations-printOperation-id
      path: /print/operations/{printOperation-id}
      operations:
      - name: printgetoperations
        method: GET
        description: Microsoft Graph Get printOperation
        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: printupdateoperations
        method: PATCH
        description: Microsoft Graph Update the navigation property operations in print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: printdeleteoperations
        method: DELETE
        description: Microsoft Graph Delete navigation property operations for print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-print-printoperation-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — print.printOperation. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/print/operations
      name: print-operations
      description: REST surface for print-operations.
      operations:
      - method: GET
        name: printlistoperations
        description: Microsoft Graph Get printOperation
        call: microsoft-graph-print-printoperation.printlistoperations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: printcreateoperations
        description: Microsoft Graph Create new navigation property to operations for print
        call: microsoft-graph-print-printoperation.printcreateoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/operations/count
      name: print-operations-count
      description: REST surface for print-operations-$count.
      operations:
      - method: GET
        name: printoperationsgetcount8242
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-print-printoperation.printoperationsgetcount8242
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/operations/{printoperation-id}
      name: print-operations-printoperation-id
      description: REST surface for print-operations-printOperation-id.
      operations:
      - method: GET
        name: printgetoperations
        description: Microsoft Graph Get printOperation
        call: microsoft-graph-print-printoperation.printgetoperations
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: printupdateoperations
        description: Microsoft Graph Update the navigation property operations in print
        call: microsoft-graph-print-printoperation.printupdateoperations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: printdeleteoperations
        description: Microsoft Graph Delete navigation property operations for print
        call: microsoft-graph-print-printoperation.printdeleteoperations
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-print-printoperation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — print.printOperation. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-printoperation
      description: Microsoft Graph Get printOperation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printoperation.printlistoperations
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation
      description: Microsoft Graph Create new navigation property to operations for print
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-print-printoperation.printcreateoperations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printoperation.printoperationsgetcount8242
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-printoperation-2
      description: Microsoft Graph Get printOperation
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printoperation.printgetoperations
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property operations in print
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printoperation.printupdateoperations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property operations for print
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-print-printoperation.printdeleteoperations
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.