OpenProject · Capability

OpenProject API V3 (Stable) — Custom Options

OpenProject API V3 (Stable) — Custom Options. 1 operations. Lead operation: View Custom Option. Self-contained Naftiko capability covering one Openproject business surface.

Run with Naftiko OpenprojectCustom Options

What You Can Do

GET
Viewcustomoption — View Custom Option
/v1/api/v3/custom-options/{id}

MCP Tools

view-custom-option

View Custom Option

read-only idempotent

Capability Spec

openproject-custom-options.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: OpenProject API V3 (Stable) — Custom Options
  description: 'OpenProject API V3 (Stable) — Custom Options. 1 operations. Lead operation: View Custom Option. Self-contained
    Naftiko capability covering one Openproject business surface.'
  tags:
  - Openproject
  - Custom Options
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OPENPROJECT_API_KEY: OPENPROJECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: openproject-custom-options
    baseUri: https://qa.openproject-edge.com
    description: OpenProject API V3 (Stable) — Custom Options business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-custom_options-id
      path: /api/v3/custom_options/{id}
      operations:
      - name: viewcustomoption
        method: GET
        description: View Custom Option
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The custom option's identifier
          required: true
    authentication:
      type: basic
      username: '{{env.OPENPROJECT_USER}}'
      password: '{{env.OPENPROJECT_PASS}}'
  exposes:
  - type: rest
    namespace: openproject-custom-options-rest
    port: 8080
    description: REST adapter for OpenProject API V3 (Stable) — Custom Options. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v3/custom-options/{id}
      name: api-v3-custom-options-id
      description: REST surface for api-v3-custom_options-id.
      operations:
      - method: GET
        name: viewcustomoption
        description: View Custom Option
        call: openproject-custom-options.viewcustomoption
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openproject-custom-options-mcp
    port: 9090
    transport: http
    description: MCP adapter for OpenProject API V3 (Stable) — Custom Options. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: view-custom-option
      description: View Custom Option
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openproject-custom-options.viewcustomoption
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.