Argo CD · Capability

Consolidate Services — VersionService

Consolidate Services — VersionService. 1 operations. Lead operation: Version returns version information of the API server. Self-contained Naftiko capability covering one Argocd business surface.

Run with Naftiko ArgocdVersionService

What You Can Do

GET
Versionserviceversion — Version returns version information of the API server
/v1/api/version

MCP Tools

version-returns-version-information-api

Version returns version information of the API server

read-only idempotent

Capability Spec

server-versionservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Consolidate Services — VersionService
  description: 'Consolidate Services — VersionService. 1 operations. Lead operation: Version returns version information of
    the API server. Self-contained Naftiko capability covering one Argocd business surface.'
  tags:
  - Argocd
  - VersionService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARGOCD_API_KEY: ARGOCD_API_KEY
capability:
  consumes:
  - type: http
    namespace: server-versionservice
    baseUri: ''
    description: Consolidate Services — VersionService business capability. Self-contained, no shared references.
    resources:
    - name: api-version
      path: /api/version
      operations:
      - name: versionserviceversion
        method: GET
        description: Version returns version information of the API server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: server-versionservice-rest
    port: 8080
    description: REST adapter for Consolidate Services — VersionService. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/version
      name: api-version
      description: REST surface for api-version.
      operations:
      - method: GET
        name: versionserviceversion
        description: Version returns version information of the API server
        call: server-versionservice.versionserviceversion
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: server-versionservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for Consolidate Services — VersionService. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: version-returns-version-information-api
      description: Version returns version information of the API server
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: server-versionservice.versionserviceversion
      outputParameters:
      - type: object
        mapping: $.