AspenTech · Capability

AspenTech Inmation Web API — Items

AspenTech Inmation Web API — Items. 1 operations. Lead operation: Get configuration item. Self-contained Naftiko capability covering one Aspentech business surface.

Run with Naftiko AspentechItems

What You Can Do

POST
Getconfigurationitem — Get configuration item
/v1/api/item/get

MCP Tools

get-configuration-item

Get configuration item

read-only

Capability Spec

inmation-web-items.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AspenTech Inmation Web API — Items
  description: 'AspenTech Inmation Web API — Items. 1 operations. Lead operation: Get configuration item. Self-contained Naftiko
    capability covering one Aspentech business surface.'
  tags:
  - Aspentech
  - Items
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ASPENTECH_API_KEY: ASPENTECH_API_KEY
capability:
  consumes:
  - type: http
    namespace: inmation-web-items
    baseUri: http://{hostname}:8002
    description: AspenTech Inmation Web API — Items business capability. Self-contained, no shared references.
    resources:
    - name: api-item-get
      path: /api/item/get
      operations:
      - name: getconfigurationitem
        method: POST
        description: Get configuration item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ASPENTECH_API_KEY}}'
  exposes:
  - type: rest
    namespace: inmation-web-items-rest
    port: 8080
    description: REST adapter for AspenTech Inmation Web API — Items. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/item/get
      name: api-item-get
      description: REST surface for api-item-get.
      operations:
      - method: POST
        name: getconfigurationitem
        description: Get configuration item
        call: inmation-web-items.getconfigurationitem
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: inmation-web-items-mcp
    port: 9090
    transport: http
    description: MCP adapter for AspenTech Inmation Web API — Items. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-configuration-item
      description: Get configuration item
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: inmation-web-items.getconfigurationitem
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.