Microsoft Graph · Capability

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

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

Run with Naftiko Microsoft Graphprint.printConnector

What You Can Do

GET
Printlistconnectors — Microsoft Graph List printConnectors
/v1/print/connectors
POST
Printcreateconnectors — Microsoft Graph Create new navigation property to connectors for print
/v1/print/connectors
GET
Printconnectorsgetcount1d73 — Microsoft Graph Get the number of the resource
/v1/print/connectors/count
GET
Printgetconnectors — Microsoft Graph Get printConnector
/v1/print/connectors/{printconnector-id}
PATCH
Printupdateconnectors — Microsoft Graph Update printConnector
/v1/print/connectors/{printconnector-id}
DELETE
Printdeleteconnectors — Microsoft Graph Delete printConnector
/v1/print/connectors/{printconnector-id}

MCP Tools

microsoft-graph-list-printconnectors

Microsoft Graph List printConnectors

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

Microsoft Graph Create new navigation property to connectors for print

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-printconnector

Microsoft Graph Get printConnector

read-only idempotent
microsoft-graph-update-printconnector

Microsoft Graph Update printConnector

idempotent
microsoft-graph-delete-printconnector

Microsoft Graph Delete printConnector

idempotent

Capability Spec

microsoft-graph-print-printconnector.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — print.printConnector
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — print.printConnector. 6 operations. Lead operation:
    Microsoft Graph List printConnectors. Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - print.printConnector
  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-printconnector
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — print.printConnector business capability. Self-contained,
      no shared references.
    resources:
    - name: print-connectors
      path: /print/connectors
      operations:
      - name: printlistconnectors
        method: GET
        description: Microsoft Graph List printConnectors
        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: printcreateconnectors
        method: POST
        description: Microsoft Graph Create new navigation property to connectors 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-connectors-$count
      path: /print/connectors/$count
      operations:
      - name: printconnectorsgetcount1d73
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: print-connectors-printConnector-id
      path: /print/connectors/{printConnector-id}
      operations:
      - name: printgetconnectors
        method: GET
        description: Microsoft Graph Get printConnector
        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: printupdateconnectors
        method: PATCH
        description: Microsoft Graph Update printConnector
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: printdeleteconnectors
        method: DELETE
        description: Microsoft Graph Delete printConnector
        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-printconnector-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — print.printConnector. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/print/connectors
      name: print-connectors
      description: REST surface for print-connectors.
      operations:
      - method: GET
        name: printlistconnectors
        description: Microsoft Graph List printConnectors
        call: microsoft-graph-print-printconnector.printlistconnectors
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: printcreateconnectors
        description: Microsoft Graph Create new navigation property to connectors for print
        call: microsoft-graph-print-printconnector.printcreateconnectors
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/connectors/count
      name: print-connectors-count
      description: REST surface for print-connectors-$count.
      operations:
      - method: GET
        name: printconnectorsgetcount1d73
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-print-printconnector.printconnectorsgetcount1d73
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/print/connectors/{printconnector-id}
      name: print-connectors-printconnector-id
      description: REST surface for print-connectors-printConnector-id.
      operations:
      - method: GET
        name: printgetconnectors
        description: Microsoft Graph Get printConnector
        call: microsoft-graph-print-printconnector.printgetconnectors
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: printupdateconnectors
        description: Microsoft Graph Update printConnector
        call: microsoft-graph-print-printconnector.printupdateconnectors
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: printdeleteconnectors
        description: Microsoft Graph Delete printConnector
        call: microsoft-graph-print-printconnector.printdeleteconnectors
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-print-printconnector-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — print.printConnector. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-list-printconnectors
      description: Microsoft Graph List printConnectors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printconnector.printlistconnectors
      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 connectors for print
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-print-printconnector.printcreateconnectors
      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-printconnector.printconnectorsgetcount1d73
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-printconnector
      description: Microsoft Graph Get printConnector
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printconnector.printgetconnectors
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-printconnector
      description: Microsoft Graph Update printConnector
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-print-printconnector.printupdateconnectors
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-printconnector
      description: Microsoft Graph Delete printConnector
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-print-printconnector.printdeleteconnectors
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.