TM Forum · Capability

Party Management — organization

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

Run with Naftiko Tm Forumorganization

What You Can Do

GET
Listorganization — TM Forum List or Find Organization Objects
/v1/organization
POST
Createorganization — TM Forum Creates a Organization
/v1/organization
GET
Retrieveorganization — TM Forum Retrieves a Organization by ID
/v1/organization/{id}
PATCH
Patchorganization — TM Forum Updates Partially a Organization
/v1/organization/{id}
DELETE
Deleteorganization — TM Forum Deletes a Organization
/v1/organization/{id}

MCP Tools

tm-forum-list-find-organization

TM Forum List or Find Organization Objects

read-only idempotent
tm-forum-creates-organization

TM Forum Creates a Organization

tm-forum-retrieves-organization-id

TM Forum Retrieves a Organization by ID

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

TM Forum Updates Partially a Organization

idempotent
tm-forum-deletes-organization

TM Forum Deletes a Organization

idempotent

Capability Spec

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