OpenProject · Capability

OpenProject API V3 (Stable) — Workspace

OpenProject API V3 (Stable) — Workspace. 1 operations. Lead operation: List workspace. Self-contained Naftiko capability covering one Openproject business surface.

Run with Naftiko OpenprojectWorkspace

What You Can Do

GET
Listworkspace — List workspace
/v1/api/v3/workspaces

MCP Tools

list-workspace

List workspace

read-only idempotent

Capability Spec

openproject-workspace.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: OpenProject API V3 (Stable) — Workspace
  description: 'OpenProject API V3 (Stable) — Workspace. 1 operations. Lead operation: List workspace. Self-contained Naftiko
    capability covering one Openproject business surface.'
  tags:
  - Openproject
  - Workspace
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    OPENPROJECT_API_KEY: OPENPROJECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: openproject-workspace
    baseUri: https://qa.openproject-edge.com
    description: OpenProject API V3 (Stable) — Workspace business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-workspaces
      path: /api/v3/workspaces
      operations:
      - name: listworkspace
        method: GET
        description: List workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filters
          in: query
          type: string
          description: JSON specifying filter conditions.
        - name: sortBy
          in: query
          type: string
          description: JSON specifying sort criteria.
        - name: select
          in: query
          type: string
          description: Comma separated list of properties to include.
    authentication:
      type: basic
      username: '{{env.OPENPROJECT_USER}}'
      password: '{{env.OPENPROJECT_PASS}}'
  exposes:
  - type: rest
    namespace: openproject-workspace-rest
    port: 8080
    description: REST adapter for OpenProject API V3 (Stable) — Workspace. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v3/workspaces
      name: api-v3-workspaces
      description: REST surface for api-v3-workspaces.
      operations:
      - method: GET
        name: listworkspace
        description: List workspace
        call: openproject-workspace.listworkspace
        with:
          filters: rest.filters
          sortBy: rest.sortBy
          select: rest.select
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openproject-workspace-mcp
    port: 9090
    transport: http
    description: MCP adapter for OpenProject API V3 (Stable) — Workspace. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-workspace
      description: List workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openproject-workspace.listworkspace
      with:
        filters: tools.filters
        sortBy: tools.sortBy
        select: tools.select
      outputParameters:
      - type: object
        mapping: $.