Apache Software Foundation Projects API — Foundation

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

Run with Naftiko Apache Software FoundationFoundation

What You Can Do

GET
Getgroups — Apache Software Foundation Get Foundation Groups
/v1/foundation/groups-json

MCP Tools

apache-software-foundation-get-foundation

Apache Software Foundation Get Foundation Groups

read-only idempotent

Capability Spec

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