Microsoft Graph · Capability

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

Microsoft Graph OData Service for namespace microsoft.graph — print.printService. 12 operations. Lead operation: Microsoft Graph List printServices. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphprint.printService

What You Can Do

GET
Printlistservices — Microsoft Graph List printServices
/v1/print/services
POST
Printcreateservices — Microsoft Graph Create new navigation property to services for print
/v1/print/services
GET
Printservicesgetcount719b — Microsoft Graph Get the number of the resource
/v1/print/services/count
GET
Printgetservices — Microsoft Graph Get printService
/v1/print/services/{printservice-id}
PATCH
Printupdateservices — Microsoft Graph Update the navigation property services in print
/v1/print/services/{printservice-id}
DELETE
Printdeleteservices — Microsoft Graph Delete navigation property services for print
/v1/print/services/{printservice-id}
GET
Printserviceslistendpoints — Microsoft Graph List endpoints
/v1/print/services/{printservice-id}/endpoints
POST
Printservicescreateendpoints — Microsoft Graph Create new navigation property to endpoints for print
/v1/print/services/{printservice-id}/endpoints
GET
Printservicesendpointsgetcount805a — Microsoft Graph Get the number of the resource
/v1/print/services/{printservice-id}/endpoints/count
GET
Printservicesgetendpoints — Microsoft Graph Get printServiceEndpoint
/v1/print/services/{printservice-id}/endpoints/{printserviceendpoint-id}
PATCH
Printservicesupdateendpoints — Microsoft Graph Update the navigation property endpoints in print
/v1/print/services/{printservice-id}/endpoints/{printserviceendpoint-id}
DELETE
Printservicesdeleteendpoints — Microsoft Graph Delete navigation property endpoints for print
/v1/print/services/{printservice-id}/endpoints/{printserviceendpoint-id}

MCP Tools

microsoft-graph-list-printservices

Microsoft Graph List printServices

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

Microsoft Graph Create new navigation property to services for print

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-printservice

Microsoft Graph Get printService

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

Microsoft Graph Update the navigation property services in print

idempotent
microsoft-graph-delete-navigation-property

Microsoft Graph Delete navigation property services for print

idempotent
microsoft-graph-list-endpoints

Microsoft Graph List endpoints

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

Microsoft Graph Create new navigation property to endpoints for print

microsoft-graph-get-number-resource-2

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-printserviceendpoint

Microsoft Graph Get printServiceEndpoint

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

Microsoft Graph Update the navigation property endpoints in print

idempotent
microsoft-graph-delete-navigation-property-2

Microsoft Graph Delete navigation property endpoints for print

idempotent

Capability Spec

microsoft-graph-print-printservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — print.printService
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — print.printService. 12 operations. Lead operation:
    Microsoft Graph List printServices. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - print.printService
  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-printservice
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — print.printService business capability. Self-contained,
      no shared references.
    resources:
    - name: print-services
      path: /print/services
      operations:
      - name: printlistservices
        method: GET
        description: Microsoft Graph List printServices
        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: printcreateservices
        method: POST
        description: Microsoft Graph Create new navigation property to services 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-services-$count
      path: /print/services/$count
      operations:
      - name: printservicesgetcount719b
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: print-services-printService-id
      path: /print/services/{printService-id}
      operations:
      - name: printgetservices
        method: GET
        description: Microsoft Graph Get printService
        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: printupdateservices
        method: PATCH
        description: Microsoft Graph Update the navigation property services in print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: printdeleteservices
        method: DELETE
        description: Microsoft Graph Delete navigation property services for print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
    - name: print-services-printService-id-endpoints
      path: /print/services/{printService-id}/endpoints
      operations:
      - name: printserviceslistendpoints
        method: GET
        description: Microsoft Graph List endpoints
        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: printservicescreateendpoints
        method: POST
        description: Microsoft Graph Create new navigation property to endpoints 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-services-printService-id-endpoints-$count
      path: /print/services/{printService-id}/endpoints/$count
      operations:
      - name: printservicesendpointsgetcount805a
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: print-services-printService-id-endpoints-printServiceEndpoint-id
      path: /print/services/{printService-id}/endpoints/{printServiceEndpoint-id}
      operations:
      - name: printservicesgetendpoints
        method: GET
        description: Microsoft Graph Get printServiceEndpoint
        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: printservicesupdateendpoints
        method: PATCH
        description: Microsoft Graph Update the navigation property endpoints in print
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: printservicesdeleteendpoints
        method: DELETE
        description: Microsoft Graph Delete navigation property endpoints 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-printservice-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — print.printService. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/print/services
      name: print-services
      description: REST surface for print-services.
      operations:
      - method: GET
        name: printlistservices
        description: Microsoft Graph List printServices
        call: microsoft-graph-print-printservice.printlistservices
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: printcreateservices
        description: Microsoft Graph Create new navigation property to services for print
        call: microsoft-graph-print-printservice.printcreateservices
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/services/count
      name: print-services-count
      description: REST surface for print-services-$count.
      operations:
      - method: GET
        name: printservicesgetcount719b
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-print-printservice.printservicesgetcount719b
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/services/{printservice-id}
      name: print-services-printservice-id
      description: REST surface for print-services-printService-id.
      operations:
      - method: GET
        name: printgetservices
        description: Microsoft Graph Get printService
        call: microsoft-graph-print-printservice.printgetservices
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: printupdateservices
        description: Microsoft Graph Update the navigation property services in print
        call: microsoft-graph-print-printservice.printupdateservices
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: printdeleteservices
        description: Microsoft Graph Delete navigation property services for print
        call: microsoft-graph-print-printservice.printdeleteservices
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/services/{printservice-id}/endpoints
      name: print-services-printservice-id-endpoints
      description: REST surface for print-services-printService-id-endpoints.
      operations:
      - method: GET
        name: printserviceslistendpoints
        description: Microsoft Graph List endpoints
        call: microsoft-graph-print-printservice.printserviceslistendpoints
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: printservicescreateendpoints
        description: Microsoft Graph Create new navigation property to endpoints for print
        call: microsoft-graph-print-printservice.printservicescreateendpoints
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/services/{printservice-id}/endpoints/count
      name: print-services-printservice-id-endpoints-count
      description: REST surface for print-services-printService-id-endpoints-$count.
      operations:
      - method: GET
        name: printservicesendpointsgetcount805a
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-print-printservice.printservicesendpointsgetcount805a
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/services/{printservice-id}/endpoints/{printserviceendpoint-id}
      name: print-services-printservice-id-endpoints-printserviceendpoint-id
      description: REST surface for print-services-printService-id-endpoints-printServiceEndpoint-id.
      operations:
      - method: GET
        name: printservicesgetendpoints
        description: Microsoft Graph Get printServiceEndpoint
        call: microsoft-graph-print-printservice.printservicesgetendpoints
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: printservicesupdateendpoints
        description: Microsoft Graph Update the navigation property endpoints in print
        call: microsoft-graph-print-printservice.printservicesupdateendpoints
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: printservicesdeleteendpoints
        description: Microsoft Graph Delete navigation property endpoints for print
        call: microsoft-graph-print-printservice.printservicesdeleteendpoints
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-print-printservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — print.printService. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-printservices
      description: Microsoft Graph List printServices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printservice.printlistservices
      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 services for print
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-print-printservice.printcreateservices
      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-printservice.printservicesgetcount719b
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-printservice
      description: Microsoft Graph Get printService
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printservice.printgetservices
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property services in print
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printservice.printupdateservices
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property
      description: Microsoft Graph Delete navigation property services for print
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-print-printservice.printdeleteservices
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-list-endpoints
      description: Microsoft Graph List endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printservice.printserviceslistendpoints
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-new-navigation-2
      description: Microsoft Graph Create new navigation property to endpoints for print
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-print-printservice.printservicescreateendpoints
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-number-resource-2
      description: Microsoft Graph Get the number of the resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printservice.printservicesendpointsgetcount805a
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-printserviceendpoint
      description: Microsoft Graph Get printServiceEndpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printservice.printservicesgetendpoints
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property-2
      description: Microsoft Graph Update the navigation property endpoints in print
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printservice.printservicesupdateendpoints
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-navigation-property-2
      description: Microsoft Graph Delete navigation property endpoints for print
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-print-printservice.printservicesdeleteendpoints
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.