TM Forum · Capability

Resource Catalog Management — resourceCategory

Resource Catalog Management — resourceCategory. 5 operations. Lead operation: List or find ResourceCategory objects. Self-contained Naftiko capability covering one Tm Forum business surface.

Run with Naftiko Tm ForumresourceCategory

What You Can Do

GET
Listresourcecategory — List or find ResourceCategory objects
/v1/resourcecategory
POST
Createresourcecategory — Creates a ResourceCategory
/v1/resourcecategory
GET
Retrieveresourcecategory — Retrieves a ResourceCategory by ID
/v1/resourcecategory/{id}
PATCH
Patchresourcecategory — Updates partially a ResourceCategory
/v1/resourcecategory/{id}
DELETE
Deleteresourcecategory — Deletes a ResourceCategory
/v1/resourcecategory/{id}

MCP Tools

list-find-resourcecategory-objects

List or find ResourceCategory objects

read-only idempotent
creates-resourcecategory

Creates a ResourceCategory

retrieves-resourcecategory-id

Retrieves a ResourceCategory by ID

read-only idempotent
updates-partially-resourcecategory

Updates partially a ResourceCategory

idempotent
deletes-resourcecategory

Deletes a ResourceCategory

idempotent

Capability Spec

tmf634-resource-catalog-resourcecategory.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Resource Catalog Management — resourceCategory
  description: 'Resource Catalog Management — resourceCategory. 5 operations. Lead operation: List or find ResourceCategory
    objects. Self-contained Naftiko capability covering one Tm Forum business surface.'
  tags:
  - Tm Forum
  - resourceCategory
  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: tmf634-resource-catalog-resourcecategory
    baseUri: https://serverRoot/tmf-api/resourceCatalog/v4
    description: Resource Catalog Management — resourceCategory business capability. Self-contained, no shared references.
    resources:
    - name: resourceCategory
      path: /resourceCategory
      operations:
      - name: listresourcecategory
        method: GET
        description: List or find ResourceCategory objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: string
          description: Comma-separated properties to be provided in response
        - name: offset
          in: query
          type: integer
          description: Requested index for start of resources to be provided in response
        - name: limit
          in: query
          type: integer
          description: Requested number of resources to be provided in response
      - name: createresourcecategory
        method: POST
        description: Creates a ResourceCategory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceCategory
          in: body
          type: string
          description: The ResourceCategory to be created
          required: true
    - name: resourceCategory-id
      path: /resourceCategory/{id}
      operations:
      - name: retrieveresourcecategory
        method: GET
        description: Retrieves a ResourceCategory by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the ResourceCategory
          required: true
        - name: fields
          in: query
          type: string
          description: Comma-separated properties to provide in response
      - name: patchresourcecategory
        method: PATCH
        description: Updates partially a ResourceCategory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the ResourceCategory
          required: true
        - name: resourceCategory
          in: body
          type: string
          description: The ResourceCategory to be updated
          required: true
      - name: deleteresourcecategory
        method: DELETE
        description: Deletes a ResourceCategory
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: Identifier of the ResourceCategory
          required: true
  exposes:
  - type: rest
    namespace: tmf634-resource-catalog-resourcecategory-rest
    port: 8080
    description: REST adapter for Resource Catalog Management — resourceCategory. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/resourcecategory
      name: resourcecategory
      description: REST surface for resourceCategory.
      operations:
      - method: GET
        name: listresourcecategory
        description: List or find ResourceCategory objects
        call: tmf634-resource-catalog-resourcecategory.listresourcecategory
        with:
          fields: rest.fields
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createresourcecategory
        description: Creates a ResourceCategory
        call: tmf634-resource-catalog-resourcecategory.createresourcecategory
        with:
          resourceCategory: rest.resourceCategory
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/resourcecategory/{id}
      name: resourcecategory-id
      description: REST surface for resourceCategory-id.
      operations:
      - method: GET
        name: retrieveresourcecategory
        description: Retrieves a ResourceCategory by ID
        call: tmf634-resource-catalog-resourcecategory.retrieveresourcecategory
        with:
          id: rest.id
          fields: rest.fields
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchresourcecategory
        description: Updates partially a ResourceCategory
        call: tmf634-resource-catalog-resourcecategory.patchresourcecategory
        with:
          id: rest.id
          resourceCategory: rest.resourceCategory
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteresourcecategory
        description: Deletes a ResourceCategory
        call: tmf634-resource-catalog-resourcecategory.deleteresourcecategory
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tmf634-resource-catalog-resourcecategory-mcp
    port: 9090
    transport: http
    description: MCP adapter for Resource Catalog Management — resourceCategory. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-find-resourcecategory-objects
      description: List or find ResourceCategory objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf634-resource-catalog-resourcecategory.listresourcecategory
      with:
        fields: tools.fields
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: creates-resourcecategory
      description: Creates a ResourceCategory
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf634-resource-catalog-resourcecategory.createresourcecategory
      with:
        resourceCategory: tools.resourceCategory
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieves-resourcecategory-id
      description: Retrieves a ResourceCategory by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf634-resource-catalog-resourcecategory.retrieveresourcecategory
      with:
        id: tools.id
        fields: tools.fields
      outputParameters:
      - type: object
        mapping: $.
    - name: updates-partially-resourcecategory
      description: Updates partially a ResourceCategory
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tmf634-resource-catalog-resourcecategory.patchresourcecategory
      with:
        id: tools.id
        resourceCategory: tools.resourceCategory
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-resourcecategory
      description: Deletes a ResourceCategory
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tmf634-resource-catalog-resourcecategory.deleteresourcecategory
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.