Microsoft Graph · Capability

Microsoft Graph Me — teams.teamworkTag

Microsoft Graph Me — teams.teamworkTag. 6 operations. Lead operation: Microsoft Graph List members in a teamworkTag. Self-contained Naftiko capability covering one Microsoft Graph business surface.

Run with Naftiko Microsoft Graphteams.teamworkTag

What You Can Do

GET
Teamstagslistmembers — Microsoft Graph List members in a teamworkTag
/v1/teams/{team-id}/tags/{teamworktag-id}/members
POST
Teamstagscreatemembers — Microsoft Graph Create teamworkTagMember
/v1/teams/{team-id}/tags/{teamworktag-id}/members
GET
Teamstagsmembersgetcountcbc7 — Microsoft Graph Get the number of the resource
/v1/teams/{team-id}/tags/{teamworktag-id}/members/count
GET
Teamstagsgetmembers — Microsoft Graph Get teamworkTagMember
/v1/teams/{team-id}/tags/{teamworktag-id}/members/{teamworktagmember-id}
PATCH
Teamstagsupdatemembers — Microsoft Graph Update the navigation property members in teams
/v1/teams/{team-id}/tags/{teamworktag-id}/members/{teamworktagmember-id}
DELETE
Teamstagsdeletemembers — Microsoft Graph Delete teamworkTagMember
/v1/teams/{team-id}/tags/{teamworktag-id}/members/{teamworktagmember-id}

MCP Tools

microsoft-graph-list-members-teamworktag

Microsoft Graph List members in a teamworkTag

read-only idempotent
microsoft-graph-create-teamworktagmember

Microsoft Graph Create teamworkTagMember

microsoft-graph-get-number-resource

Microsoft Graph Get the number of the resource

read-only idempotent
microsoft-graph-get-teamworktagmember

Microsoft Graph Get teamworkTagMember

read-only idempotent
microsoft-graph-update-navigation-property

Microsoft Graph Update the navigation property members in teams

idempotent
microsoft-graph-delete-teamworktagmember

Microsoft Graph Delete teamworkTagMember

idempotent

Capability Spec

me-teams-teamworktag.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Graph Me — teams.teamworkTag
  description: 'Microsoft Graph Me — teams.teamworkTag. 6 operations. Lead operation: Microsoft Graph List members in a teamworkTag.
    Self-contained Naftiko capability covering one Microsoft Graph business surface.'
  tags:
  - Microsoft Graph
  - teams.teamworkTag
  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: me-teams-teamworktag
    baseUri: ''
    description: Microsoft Graph Me — teams.teamworkTag business capability. Self-contained, no shared references.
    resources:
    - name: teams-team-id-tags-teamworkTag-id-members
      path: /teams/{team-id}/tags/{teamworkTag-id}/members
      operations:
      - name: teamstagslistmembers
        method: GET
        description: Microsoft Graph List members in a teamworkTag
        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: teamstagscreatemembers
        method: POST
        description: Microsoft Graph Create teamworkTagMember
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: teams-team-id-tags-teamworkTag-id-members-$count
      path: /teams/{team-id}/tags/{teamworkTag-id}/members/$count
      operations:
      - name: teamstagsmembersgetcountcbc7
        method: GET
        description: Microsoft Graph Get the number of the resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: teams-team-id-tags-teamworkTag-id-members-teamworkTagMember-id
      path: /teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}
      operations:
      - name: teamstagsgetmembers
        method: GET
        description: Microsoft Graph Get teamworkTagMember
        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: teamstagsupdatemembers
        method: PATCH
        description: Microsoft Graph Update the navigation property members in teams
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: teamstagsdeletemembers
        method: DELETE
        description: Microsoft Graph Delete teamworkTagMember
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: If-Match
          in: header
          type: string
          description: ETag
  exposes:
  - type: rest
    namespace: me-teams-teamworktag-rest
    port: 8080
    description: REST adapter for Microsoft Graph Me — teams.teamworkTag. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/teams/{team-id}/tags/{teamworktag-id}/members
      name: teams-team-id-tags-teamworktag-id-members
      description: REST surface for teams-team-id-tags-teamworkTag-id-members.
      operations:
      - method: GET
        name: teamstagslistmembers
        description: Microsoft Graph List members in a teamworkTag
        call: me-teams-teamworktag.teamstagslistmembers
        with:
          $orderby: rest.$orderby
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: teamstagscreatemembers
        description: Microsoft Graph Create teamworkTagMember
        call: me-teams-teamworktag.teamstagscreatemembers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teams/{team-id}/tags/{teamworktag-id}/members/count
      name: teams-team-id-tags-teamworktag-id-members-count
      description: REST surface for teams-team-id-tags-teamworkTag-id-members-$count.
      operations:
      - method: GET
        name: teamstagsmembersgetcountcbc7
        description: Microsoft Graph Get the number of the resource
        call: me-teams-teamworktag.teamstagsmembersgetcountcbc7
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/teams/{team-id}/tags/{teamworktag-id}/members/{teamworktagmember-id}
      name: teams-team-id-tags-teamworktag-id-members-teamworktagmember-id
      description: REST surface for teams-team-id-tags-teamworkTag-id-members-teamworkTagMember-id.
      operations:
      - method: GET
        name: teamstagsgetmembers
        description: Microsoft Graph Get teamworkTagMember
        call: me-teams-teamworktag.teamstagsgetmembers
        with:
          $select: rest.$select
          $expand: rest.$expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: teamstagsupdatemembers
        description: Microsoft Graph Update the navigation property members in teams
        call: me-teams-teamworktag.teamstagsupdatemembers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: teamstagsdeletemembers
        description: Microsoft Graph Delete teamworkTagMember
        call: me-teams-teamworktag.teamstagsdeletemembers
        with:
          If-Match: rest.If-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: me-teams-teamworktag-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Graph Me — teams.teamworkTag. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-graph-list-members-teamworktag
      description: Microsoft Graph List members in a teamworkTag
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-teams-teamworktag.teamstagslistmembers
      with:
        $orderby: tools.$orderby
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-create-teamworktagmember
      description: Microsoft Graph Create teamworkTagMember
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: me-teams-teamworktag.teamstagscreatemembers
      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: me-teams-teamworktag.teamstagsmembersgetcountcbc7
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-get-teamworktagmember
      description: Microsoft Graph Get teamworkTagMember
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: me-teams-teamworktag.teamstagsgetmembers
      with:
        $select: tools.$select
        $expand: tools.$expand
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-update-navigation-property
      description: Microsoft Graph Update the navigation property members in teams
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: me-teams-teamworktag.teamstagsupdatemembers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-graph-delete-teamworktagmember
      description: Microsoft Graph Delete teamworkTagMember
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: me-teams-teamworktag.teamstagsdeletemembers
      with:
        If-Match: tools.If-Match
      outputParameters:
      - type: object
        mapping: $.