Microsoft Graph · Capability

Microsoft Graph Application Templates API — Application Templates

Microsoft Graph Application Templates API — Application Templates. 3 operations. Lead operation: Microsoft Graph List applicationTemplates. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphApplication Templates

What You Can Do

GET
Listapplicationtemplates — Microsoft Graph List applicationTemplates
/v1/applicationtemplates
GET
Countapplicationtemplates — Microsoft Graph Get the number of the resource
/v1/applicationtemplates/count
GET
Getapplicationtemplates — Microsoft Graph Get applicationTemplate
/v1/applicationtemplates/{applicationtemplate-id}

MCP Tools

microsoft-graph-list-applicationtemplates

Microsoft Graph List applicationTemplates

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

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-applicationtemplate

Microsoft Graph Get applicationTemplate

read-only idempotent

Capability Spec

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