Microsoft Graph · Capability

Microsoft Graph Authenticationmethodspolicy — authenticationMethodsPolicy.authenticationMethodsPolicy

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

Run with Naftiko Microsoft GraphauthenticationMethodsPolicy.authenticationMethodsPolicy

What You Can Do

GET
Authenticationmethodspolicyauthenticationmethodspolicygetauthenticationmethodspolicy — Microsoft Graph Get authenticationMethodsPolicy
/v1/authenticationmethodspolicy
PATCH
Authenticationmethodspolicyauthenticationmethodspolicyupdateauthenticationmethodspolicy — Microsoft Graph Update authenticationMethodsPolicy
/v1/authenticationmethodspolicy

MCP Tools

microsoft-graph-get-authenticationmethodspolicy

Microsoft Graph Get authenticationMethodsPolicy

read-only idempotent
microsoft-graph-update-authenticationmethodspolicy

Microsoft Graph Update authenticationMethodsPolicy

idempotent

Capability Spec

authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Authenticationmethodspolicy — authenticationMethodsPolicy.authenticationMethodsPolicy
  description: 'Microsoft Graph Authenticationmethodspolicy — authenticationMethodsPolicy.authenticationMethodsPolicy. 2 operations.
    Lead operation: Microsoft Graph Get authenticationMethodsPolicy. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - authenticationMethodsPolicy.authenticationMethodsPolicy
  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: authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy
    baseUri: ''
    description: Microsoft Graph Authenticationmethodspolicy — authenticationMethodsPolicy.authenticationMethodsPolicy business
      capability. Self-contained, no shared references.
    resources:
    - name: authenticationMethodsPolicy
      path: /authenticationMethodsPolicy
      operations:
      - name: authenticationmethodspolicyauthenticationmethodspolicygetauthenticationmethodspolicy
        method: GET
        description: Microsoft Graph Get authenticationMethodsPolicy
        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: authenticationmethodspolicyauthenticationmethodspolicyupdateauthenticationmethodspolicy
        method: PATCH
        description: Microsoft Graph Update authenticationMethodsPolicy
        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: authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy-rest
    port: 8080
    description: REST adapter for Microsoft Graph Authenticationmethodspolicy — authenticationMethodsPolicy.authenticationMethodsPolicy.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/authenticationmethodspolicy
      name: authenticationmethodspolicy
      description: REST surface for authenticationMethodsPolicy.
      operations:
      - method: GET
        name: authenticationmethodspolicyauthenticationmethodspolicygetauthenticationmethodspolicy
        description: Microsoft Graph Get authenticationMethodsPolicy
        call: authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy.authenticationmethodspolicyauthenticationmethodspolicygetauthenticationmethodspolicy
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: authenticationmethodspolicyauthenticationmethodspolicyupdateauthenticationmethodspolicy
        description: Microsoft Graph Update authenticationMethodsPolicy
        call: authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy.authenticationmethodspolicyauthenticationmethodspolicyupdateauthenticationmethodspolicy
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Authenticationmethodspolicy — authenticationMethodsPolicy.authenticationMethodsPolicy.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-authenticationmethodspolicy
      description: Microsoft Graph Get authenticationMethodsPolicy
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy.authenticationmethodspolicyauthenticationmethodspolicygetauthenticationmethodspolicy
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-authenticationmethodspolicy
      description: Microsoft Graph Update authenticationMethodsPolicy
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: authenticationmethodspolicy-authenticationmethodspolicy-authenticationmethodspolicy.authenticationmethodspolicyauthenticationmethodspolicyupdateauthenticationmethodspolicy
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.