Microsoft Graph · Capability

Microsoft Graph Teamstemplates — teamsTemplates.teamsTemplate

Microsoft Graph Teamstemplates — teamsTemplates.teamsTemplate. 6 operations. Lead operation: Microsoft Graph Get entities from teamsTemplates. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft GraphteamsTemplates.teamsTemplate

What You Can Do

GET
Teamstemplatesteamstemplatelistteamstemplate — Microsoft Graph Get entities from teamsTemplates
/v1/teamstemplates
POST
Teamstemplatesteamstemplatecreateteamstemplate — Microsoft Graph Add new entity to teamsTemplates
/v1/teamstemplates
GET
Teamstemplatesgetcount3b4a — Microsoft Graph Get the number of the resource
/v1/teamstemplates/count
GET
Teamstemplatesteamstemplategetteamstemplate — Microsoft Graph Get entity from teamsTemplates by key
/v1/teamstemplates/{teamstemplate-id}
PATCH
Teamstemplatesteamstemplateupdateteamstemplate — Microsoft Graph Update entity in teamsTemplates
/v1/teamstemplates/{teamstemplate-id}
DELETE
Teamstemplatesteamstemplatedeleteteamstemplate — Microsoft Graph Delete entity from teamsTemplates
/v1/teamstemplates/{teamstemplate-id}

MCP Tools

microsoft-graph-get-entities-teamstemplates

Microsoft Graph Get entities from teamsTemplates

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

Microsoft Graph Add new entity to teamsTemplates

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

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

Microsoft Graph Get entity from teamsTemplates by key

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

Microsoft Graph Update entity in teamsTemplates

idempotent
microsoft-graph-delete-entity-teamstemplates

Microsoft Graph Delete entity from teamsTemplates

idempotent

Capability Spec

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