Microsoft Graph · Capability

Microsoft Graph OData Service for namespace microsoft.graph — me.managedAppRegistration

Microsoft Graph OData Service for namespace microsoft.graph — me.managedAppRegistration. 3 operations. Lead operation: Microsoft Graph Get managedAppRegistrations from me. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphme.managedAppRegistration

What You Can Do

GET
Melistmanagedappregistrations — Microsoft Graph Get managedAppRegistrations from me
/v1/me/managedappregistrations
GET
Memanagedappregistrationsgetcount3124 — Microsoft Graph Get the number of the resource
/v1/me/managedappregistrations/count
GET
Megetmanagedappregistrations — Microsoft Graph Get managedAppRegistrations from me
/v1/me/managedappregistrations/{managedappregistration-id}

MCP Tools

microsoft-graph-get-managedappregistrations-me

Microsoft Graph Get managedAppRegistrations from me

read-only idempotent
microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-managedappregistrations-me-2

Microsoft Graph Get managedAppRegistrations from me

read-only idempotent

Capability Spec

microsoft-graph-me-managedappregistration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph OData Service for namespace microsoft.graph — me.managedAppRegistration
  description: 'Microsoft Graph OData Service for namespace microsoft.graph — me.managedAppRegistration. 3 operations. Lead
    operation: Microsoft Graph Get managedAppRegistrations from me. Self-contained Naftiko capability covering one Microsoft
    Graph business surface.'
  tags:
  - Microsoft Graph
  - me.managedAppRegistration
  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-me-managedappregistration
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Graph OData Service for namespace microsoft.graph — me.managedAppRegistration business capability.
      Self-contained, no shared references.
    resources:
    - name: me-managedAppRegistrations
      path: /me/managedAppRegistrations
      operations:
      - name: melistmanagedappregistrations
        method: GET
        description: Microsoft Graph Get managedAppRegistrations from me
        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: me-managedAppRegistrations-$count
      path: /me/managedAppRegistrations/$count
      operations:
      - name: memanagedappregistrationsgetcount3124
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: me-managedAppRegistrations-managedAppRegistration-id
      path: /me/managedAppRegistrations/{managedAppRegistration-id}
      operations:
      - name: megetmanagedappregistrations
        method: GET
        description: Microsoft Graph Get managedAppRegistrations from me
        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
  exposes:
  - type: rest
    namespace: microsoft-graph-me-managedappregistration-rest
    port: 8080
    description: REST adapter for Microsoft Graph OData Service for namespace microsoft.graph — me.managedAppRegistration.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/me/managedappregistrations
      name: me-managedappregistrations
      description: REST surface for me-managedAppRegistrations.
      operations:
      - method: GET
        name: melistmanagedappregistrations
        description: Microsoft Graph Get managedAppRegistrations from me
        call: microsoft-graph-me-managedappregistration.melistmanagedappregistrations
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/managedappregistrations/count
      name: me-managedappregistrations-count
      description: REST surface for me-managedAppRegistrations-$count.
      operations:
      - method: GET
        name: memanagedappregistrationsgetcount3124
        description: Microsoft Graph Get the number of the resource
        call: microsoft-graph-me-managedappregistration.memanagedappregistrationsgetcount3124
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/me/managedappregistrations/{managedappregistration-id}
      name: me-managedappregistrations-managedappregistration-id
      description: REST surface for me-managedAppRegistrations-managedAppRegistration-id.
      operations:
      - method: GET
        name: megetmanagedappregistrations
        description: Microsoft Graph Get managedAppRegistrations from me
        call: microsoft-graph-me-managedappregistration.megetmanagedappregistrations
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoft-graph-me-managedappregistration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph OData Service for namespace microsoft.graph — me.managedAppRegistration.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-graph-get-managedappregistrations-me
      description: Microsoft Graph Get managedAppRegistrations from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-me-managedappregistration.melistmanagedappregistrations
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      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-me-managedappregistration.memanagedappregistrationsgetcount3124
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-managedappregistrations-me-2
      description: Microsoft Graph Get managedAppRegistrations from me
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoft-graph-me-managedappregistration.megetmanagedappregistrations
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.