Microsoft Graph · Capability

Microsoft Graph App Catalogs API — App Catalogs

Microsoft Graph App Catalogs API — App Catalogs. 2 operations. Lead operation: Microsoft Graph Get appCatalogs. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApp Catalogs

What You Can Do

GET
Listappcatalogs — Microsoft Graph Get appCatalogs
/v1/appcatalogs
PATCH
Updateappcatalogs — Microsoft Graph Update appCatalogs
/v1/appcatalogs

MCP Tools

microsoft-graph-get-appcatalogs

Microsoft Graph Get appCatalogs

read-only idempotent
microsoft-graph-update-appcatalogs

Microsoft Graph Update appCatalogs

idempotent

Capability Spec

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