OpenProject · Capability

OpenProject API V3 (Stable) — Time entry activities

OpenProject API V3 (Stable) — Time entry activities. 1 operations. Lead operation: View time entries activity. Self-contained Naftiko capability covering one Openproject business surface.

Run with Naftiko OpenprojectTime entry activities

What You Can Do

GET
Gettimeentriesactivity — View time entries activity
/v1/api/v3/time-entries/activity/{id}

MCP Tools

view-time-entries-activity

View time entries activity

read-only idempotent

Capability Spec

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