Argo CD · Capability

Argo CD — NotificationService

Argo CD — NotificationService. 3 operations. Lead operation: Argo CD List Returns List of Services. Self-contained Naftiko capability covering one Argo Cd business surface.

Run with Naftiko Argo CdNotificationService

What You Can Do

GET
Notificationservicelistservices — Argo CD List Returns List of Services
/v1/api/v1/notifications/services
GET
Notificationservicelisttemplates — Argo CD List Returns List of Templates
/v1/api/v1/notifications/templates
GET
Notificationservicelisttriggers — Argo CD List Returns List of Triggers
/v1/api/v1/notifications/triggers

MCP Tools

argo-cd-list-returns-list

Argo CD List Returns List of Services

read-only idempotent
argo-cd-list-returns-list-2

Argo CD List Returns List of Templates

read-only idempotent
argo-cd-list-returns-list-3

Argo CD List Returns List of Triggers

read-only idempotent

Capability Spec

argo-cd-notificationservice.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Argo CD — NotificationService
  description: 'Argo CD — NotificationService. 3 operations. Lead operation: Argo CD List Returns List of Services. Self-contained
    Naftiko capability covering one Argo Cd business surface.'
  tags:
  - Argo Cd
  - NotificationService
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARGO_CD_API_KEY: ARGO_CD_API_KEY
capability:
  consumes:
  - type: http
    namespace: argo-cd-notificationservice
    baseUri: ''
    description: Argo CD — NotificationService business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-notifications-services
      path: /api/v1/notifications/services
      operations:
      - name: notificationservicelistservices
        method: GET
        description: Argo CD List Returns List of Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1-notifications-templates
      path: /api/v1/notifications/templates
      operations:
      - name: notificationservicelisttemplates
        method: GET
        description: Argo CD List Returns List of Templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v1-notifications-triggers
      path: /api/v1/notifications/triggers
      operations:
      - name: notificationservicelisttriggers
        method: GET
        description: Argo CD List Returns List of Triggers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: argo-cd-notificationservice-rest
    port: 8080
    description: REST adapter for Argo CD — NotificationService. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v1/notifications/services
      name: api-v1-notifications-services
      description: REST surface for api-v1-notifications-services.
      operations:
      - method: GET
        name: notificationservicelistservices
        description: Argo CD List Returns List of Services
        call: argo-cd-notificationservice.notificationservicelistservices
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/notifications/templates
      name: api-v1-notifications-templates
      description: REST surface for api-v1-notifications-templates.
      operations:
      - method: GET
        name: notificationservicelisttemplates
        description: Argo CD List Returns List of Templates
        call: argo-cd-notificationservice.notificationservicelisttemplates
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v1/notifications/triggers
      name: api-v1-notifications-triggers
      description: REST surface for api-v1-notifications-triggers.
      operations:
      - method: GET
        name: notificationservicelisttriggers
        description: Argo CD List Returns List of Triggers
        call: argo-cd-notificationservice.notificationservicelisttriggers
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: argo-cd-notificationservice-mcp
    port: 9090
    transport: http
    description: MCP adapter for Argo CD — NotificationService. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: argo-cd-list-returns-list
      description: Argo CD List Returns List of Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: argo-cd-notificationservice.notificationservicelistservices
      outputParameters:
      - type: object
        mapping: $.
    - name: argo-cd-list-returns-list-2
      description: Argo CD List Returns List of Templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: argo-cd-notificationservice.notificationservicelisttemplates
      outputParameters:
      - type: object
        mapping: $.
    - name: argo-cd-list-returns-list-3
      description: Argo CD List Returns List of Triggers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: argo-cd-notificationservice.notificationservicelisttriggers
      outputParameters:
      - type: object
        mapping: $.