GitLab CI/CD · Capability

GitLab API — dependency_proxy

GitLab API — dependency_proxy. 1 operations. Lead operation: Purge the dependency proxy for a group. Self-contained Naftiko capability covering one Gitlab Ci business surface.

Run with Naftiko Gitlab Cidependency_proxy

What You Can Do

DELETE
Deleteapiv4groupsiddependencyproxycache — Purge the dependency proxy for a group
/v1/api/v4/groups/{id}/dependency-proxy/cache

MCP Tools

purge-dependency-proxy-group

Purge the dependency proxy for a group

idempotent

Capability Spec

gitlab-ci-dependency-proxy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitLab API — dependency_proxy
  description: 'GitLab API — dependency_proxy. 1 operations. Lead operation: Purge the dependency proxy for a group. Self-contained
    Naftiko capability covering one Gitlab Ci business surface.'
  tags:
  - Gitlab Ci
  - dependency_proxy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITLAB_CI_API_KEY: GITLAB_CI_API_KEY
capability:
  consumes:
  - type: http
    namespace: gitlab-ci-dependency-proxy
    baseUri: https://gitlab.com
    description: GitLab API — dependency_proxy business capability. Self-contained, no shared references.
    resources:
    - name: api-v4-groups-id-dependency_proxy-cache
      path: /api/v4/groups/{id}/dependency_proxy/cache
      operations:
      - name: deleteapiv4groupsiddependencyproxycache
        method: DELETE
        description: Purge the dependency proxy for a group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID or URL-encoded path of the group owned by the authenticated user
          required: true
  exposes:
  - type: rest
    namespace: gitlab-ci-dependency-proxy-rest
    port: 8080
    description: REST adapter for GitLab API — dependency_proxy. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v4/groups/{id}/dependency-proxy/cache
      name: api-v4-groups-id-dependency-proxy-cache
      description: REST surface for api-v4-groups-id-dependency_proxy-cache.
      operations:
      - method: DELETE
        name: deleteapiv4groupsiddependencyproxycache
        description: Purge the dependency proxy for a group
        call: gitlab-ci-dependency-proxy.deleteapiv4groupsiddependencyproxycache
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gitlab-ci-dependency-proxy-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitLab API — dependency_proxy. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: purge-dependency-proxy-group
      description: Purge the dependency proxy for a group
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: gitlab-ci-dependency-proxy.deleteapiv4groupsiddependencyproxycache
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.