Apache Software Foundation Projects API — Releases

Apache Software Foundation Projects API — Releases. 1 operations. Lead operation: Apache Software Foundation Get All Releases. Self-contained Naftiko capability covering one Apache Software Foundation business surface.

Run with Naftiko Apache Software FoundationReleases

What You Can Do

GET
Getreleases — Apache Software Foundation Get All Releases
/v1/foundation/releases-json

MCP Tools

apache-software-foundation-get-all

Apache Software Foundation Get All Releases

read-only idempotent

Capability Spec

projects-releases.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apache Software Foundation Projects API — Releases
  description: 'Apache Software Foundation Projects API — Releases. 1 operations. Lead operation: Apache Software Foundation
    Get All Releases. Self-contained Naftiko capability covering one Apache Software Foundation business surface.'
  tags:
  - Apache Software Foundation
  - Releases
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APACHE_SOFTWARE_FOUNDATION_API_KEY: APACHE_SOFTWARE_FOUNDATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: projects-releases
    baseUri: https://projects.apache.org/json
    description: Apache Software Foundation Projects API — Releases business capability. Self-contained, no shared references.
    resources:
    - name: foundation-releases.json
      path: /foundation/releases.json
      operations:
      - name: getreleases
        method: GET
        description: Apache Software Foundation Get All Releases
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: projects-releases-rest
    port: 8080
    description: REST adapter for Apache Software Foundation Projects API — Releases. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/foundation/releases-json
      name: foundation-releases-json
      description: REST surface for foundation-releases.json.
      operations:
      - method: GET
        name: getreleases
        description: Apache Software Foundation Get All Releases
        call: projects-releases.getreleases
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: projects-releases-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apache Software Foundation Projects API — Releases. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apache-software-foundation-get-all
      description: Apache Software Foundation Get All Releases
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: projects-releases.getreleases
      outputParameters:
      - type: object
        mapping: $.