OpenProject · Capability

OpenProject API V3 (Stable) — Query Operators

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

Run with Naftiko OpenprojectQuery Operators

What You Can Do

GET
Viewqueryoperator — View Query Operator
/v1/api/v3/queries/operators/{id}

MCP Tools

view-query-operator

View Query Operator

read-only idempotent

Capability Spec

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