TM Forum · Capability

Party Management — individual

Party Management — individual. 5 operations. Lead operation: TM Forum List or Find Individual Objects. Self-contained Naftiko capability covering one Tm Forum business surface.

Run with Naftiko Tm Forumindividual

What You Can Do

GET
Listindividual — TM Forum List or Find Individual Objects
/v1/individual
POST
Createindividual — TM Forum Creates a Individual
/v1/individual
GET
Retrieveindividual — TM Forum Retrieves a Individual by ID
/v1/individual/{id}
PATCH
Patchindividual — TM Forum Updates Partially a Individual
/v1/individual/{id}
DELETE
Deleteindividual — TM Forum Deletes a Individual
/v1/individual/{id}

MCP Tools

tm-forum-list-find-individual

TM Forum List or Find Individual Objects

read-only idempotent
tm-forum-creates-individual

TM Forum Creates a Individual

tm-forum-retrieves-individual-id

TM Forum Retrieves a Individual by ID

read-only idempotent
tm-forum-updates-partially-individual

TM Forum Updates Partially a Individual

idempotent
tm-forum-deletes-individual

TM Forum Deletes a Individual

idempotent

Capability Spec

tmf632-party-management-individual.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Party Management — individual
  description: 'Party Management — individual. 5 operations. Lead operation: TM Forum List or Find Individual Objects. Self-contained
    Naftiko capability covering one Tm Forum business surface.'
  tags:
  - Tm Forum
  - individual
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TM_FORUM_API_KEY: TM_FORUM_API_KEY
capability:
  consumes:
  - type: http
    namespace: tmf632-party-management-individual
    baseUri: https://serverRoot/partyManagement/v5
    description: Party Management — individual business capability. Self-contained, no shared references.
    resources:
    - name: individual
      path: /individual
      operations:
      - name: listindividual
        method: GET
        description: TM Forum List or Find Individual Objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createindividual
        method: POST
        description: TM Forum Creates a Individual
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: individual-id
      path: /individual/{id}
      operations:
      - name: retrieveindividual
        method: GET
        description: TM Forum Retrieves a Individual by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patchindividual
        method: PATCH
        description: TM Forum Updates Partially a Individual
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteindividual
        method: DELETE
        description: TM Forum Deletes a Individual
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: tmf632-party-management-individual-rest
    port: 8080
    description: REST adapter for Party Management — individual. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/individual
      name: individual
      description: REST surface for individual.
      operations:
      - method: GET
        name: listindividual
        description: TM Forum List or Find Individual Objects
        call: tmf632-party-management-individual.listindividual
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createindividual
        description: TM Forum Creates a Individual
        call: tmf632-party-management-individual.createindividual
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/individual/{id}
      name: individual-id
      description: REST surface for individual-id.
      operations:
      - method: GET
        name: retrieveindividual
        description: TM Forum Retrieves a Individual by ID
        call: tmf632-party-management-individual.retrieveindividual
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchindividual
        description: TM Forum Updates Partially a Individual
        call: tmf632-party-management-individual.patchindividual
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteindividual
        description: TM Forum Deletes a Individual
        call: tmf632-party-management-individual.deleteindividual
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tmf632-party-management-individual-mcp
    port: 9090
    transport: http
    description: MCP adapter for Party Management — individual. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: tm-forum-list-find-individual
      description: TM Forum List or Find Individual Objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf632-party-management-individual.listindividual
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-creates-individual
      description: TM Forum Creates a Individual
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf632-party-management-individual.createindividual
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-retrieves-individual-id
      description: TM Forum Retrieves a Individual by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf632-party-management-individual.retrieveindividual
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-updates-partially-individual
      description: TM Forum Updates Partially a Individual
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tmf632-party-management-individual.patchindividual
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-deletes-individual
      description: TM Forum Deletes a Individual
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tmf632-party-management-individual.deleteindividual
      outputParameters:
      - type: object
        mapping: $.