WakaTime · Capability

WakaTime API — Meta

WakaTime API — Meta. 1 operations. Lead operation: Get Meta. Self-contained Naftiko capability covering one WakaTime business surface.

Run with Naftiko WakaTimeDeveloper ProductivityMeta

What You Can Do

GET
Getmeta — Get Meta
/v1/meta

MCP Tools

get-meta

Get Meta

read-only idempotent

Capability Spec

wakatime-api-v1-meta.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WakaTime API — Meta
  description: 'WakaTime API — Meta. 1 operations. Lead operation: Get Meta. Self-contained Naftiko capability covering one WakaTime business surface.'
  tags:
  - WakaTime
  - Developer Productivity
  - Meta
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
- namespace: env
  keys:
    WAKATIME_API_KEY: WAKATIME_API_KEY
capability:
  consumes:
  - type: http
    namespace: wakatime-api-v1-meta
    baseUri: https://wakatime.com/api/v1
    description: WakaTime API — Meta business capability. Self-contained, no shared references.
    authentication:
      type: basic
      username: '{{env.WAKATIME_API_KEY}}'
      password: ''
    resources:
    - name: meta
      path: /meta
      operations:
      - name: getMeta
        method: GET
        description: Get Meta
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: wakatime-api-v1-meta-rest
    port: 8080
    description: REST adapter for WakaTime API — Meta. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/meta
      name: meta
      description: REST surface for /meta.
      operations:
      - method: GET
        name: getMeta
        description: Get Meta
        call: wakatime-api-v1-meta.getMeta
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wakatime-api-v1-meta-mcp
    port: 9090
    transport: http
    description: MCP adapter for WakaTime API — Meta. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: get-meta
      description: Get Meta
      hints:
        destructive: false
        idempotent: true
        readOnly: true
      call: wakatime-api-v1-meta.getMeta
      outputParameters:
      - type: object
        mapping: $.