Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — filterOperators.filterOperatorSchema

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

Run with Naftiko Microsoft GraphfilterOperators.filterOperatorSchema

What You Can Do

GET
Filteroperatorsfilteroperatorschemalistfilteroperatorschema — Microsoft Graph Get entities from filterOperators
/v1/filteroperators
POST
Filteroperatorsfilteroperatorschemacreatefilteroperatorschema — Microsoft Graph Add new entity to filterOperators
/v1/filteroperators
GET
Filteroperatorsgetcountb21d — Microsoft Graph Get the number of the resource
/v1/filteroperators/count
GET
Filteroperatorsfilteroperatorschemagetfilteroperatorschema — Microsoft Graph Get entity from filterOperators by key
/v1/filteroperators/{filteroperatorschema-id}
PATCH
Filteroperatorsfilteroperatorschemaupdatefilteroperatorschema — Microsoft Graph Update entity in filterOperators
/v1/filteroperators/{filteroperatorschema-id}
DELETE
Filteroperatorsfilteroperatorschemadeletefilteroperatorschema — Microsoft Graph Delete entity from filterOperators
/v1/filteroperators/{filteroperatorschema-id}

MCP Tools

microsoft-graph-get-entities-filteroperators

Microsoft Graph Get entities from filterOperators

read-only idempotent
microsoft-graph-add-new-entity

Microsoft Graph Add new entity to filterOperators

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-entity-filteroperators

Microsoft Graph Get entity from filterOperators by key

read-only idempotent
microsoft-graph-update-entity-filteroperators

Microsoft Graph Update entity in filterOperators

idempotent
microsoft-graph-delete-entity-filteroperators

Microsoft Graph Delete entity from filterOperators

idempotent

Capability Spec

microsoft-graph-filteroperators-filteroperatorschema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — filterOperators.filterOperatorSchema
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — filterOperators.filterOperatorSchema. 6 operations.
    Lead operation: Microsoft Graph Get entities from filterOperators. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - filterOperators.filterOperatorSchema
  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-filteroperators-filteroperatorschema
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — filterOperators.filterOperatorSchema business
      capability. Self-contained, no shared references.
    resources:
    - name: filterOperators
      path: /filterOperators
      operations:
      - name: filteroperatorsfilteroperatorschemalistfilteroperatorschema
        method: GET
        description: Microsoft Graph Get entities from filterOperators
        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: filteroperatorsfilteroperatorschemacreatefilteroperatorschema
        method: POST
        description: Microsoft Graph Add new entity to filterOperators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: filterOperators-$count
      path: /filterOperators/$count
      operations:
      - name: filteroperatorsgetcountb21d
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: filterOperators-filterOperatorSchema-id
      path: /filterOperators/{filterOperatorSchema-id}
      operations:
      - name: filteroperatorsfilteroperatorschemagetfilteroperatorschema
        method: GET
        description: Microsoft Graph Get entity from filterOperators by key
        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: filteroperatorsfilteroperatorschemaupdatefilteroperatorschema
        method: PATCH
        description: Microsoft Graph Update entity in filterOperators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: filteroperatorsfilteroperatorschemadeletefilteroperatorschema
        method: DELETE
        description: Microsoft Graph Delete entity from filterOperators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: microsoft-graph-filteroperators-filteroperatorschema-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — filterOperators.filterOperatorSchema.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/filteroperators
      name: filteroperators
      description: REST surface for filterOperators.
      operations:
      - method: GET
        name: filteroperatorsfilteroperatorschemalistfilteroperatorschema
        description: Microsoft Graph Get entities from filterOperators
        call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemalistfilteroperatorschema
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: filteroperatorsfilteroperatorschemacreatefilteroperatorschema
        description: Microsoft Graph Add new entity to filterOperators
        call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemacreatefilteroperatorschema
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/filteroperators/count
      name: filteroperators-count
      description: REST surface for filterOperators-$count.
      operations:
      - method: GET
        name: filteroperatorsgetcountb21d
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsgetcountb21d
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/filteroperators/{filteroperatorschema-id}
      name: filteroperators-filteroperatorschema-id
      description: REST surface for filterOperators-filterOperatorSchema-id.
      operations:
      - method: GET
        name: filteroperatorsfilteroperatorschemagetfilteroperatorschema
        description: Microsoft Graph Get entity from filterOperators by key
        call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemagetfilteroperatorschema
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: filteroperatorsfilteroperatorschemaupdatefilteroperatorschema
        description: Microsoft Graph Update entity in filterOperators
        call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemaupdatefilteroperatorschema
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: filteroperatorsfilteroperatorschemadeletefilteroperatorschema
        description: Microsoft Graph Delete entity from filterOperators
        call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemadeletefilteroperatorschema
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-filteroperators-filteroperatorschema-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — filterOperators.filterOperatorSchema.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-entities-filteroperators
      description: Microsoft Graph Get entities from filterOperators
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemalistfilteroperatorschema
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-add-new-entity
      description: Microsoft Graph Add new entity to filterOperators
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemacreatefilteroperatorschema
      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-filteroperators-filteroperatorschema.filteroperatorsgetcountb21d
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-entity-filteroperators
      description: Microsoft Graph Get entity from filterOperators by key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemagetfilteroperatorschema
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-entity-filteroperators
      description: Microsoft Graph Update entity in filterOperators
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemaupdatefilteroperatorschema
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-entity-filteroperators
      description: Microsoft Graph Delete entity from filterOperators
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoft-graph-filteroperators-filteroperatorschema.filteroperatorsfilteroperatorschemadeletefilteroperatorschema
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.