Apache Software Foundation Whimsy Public Data API — Committees

Apache Software Foundation Whimsy Public Data API — Committees. 2 operations. Lead operation: Apache Software Foundation Get Committee Info. Self-contained Naftiko capability covering one Apache Software Foundation business surface.

Run with Naftiko Apache Software FoundationCommittees

What You Can Do

GET
Getcommitteeinfo — Apache Software Foundation Get Committee Info
/v1/committee-info-json
GET
Getpublicldapcommittees — Apache Software Foundation Get LDAP Committee Data
/v1/public-ldap-committees-json

MCP Tools

apache-software-foundation-get-committee

Apache Software Foundation Get Committee Info

read-only idempotent
apache-software-foundation-get-ldap

Apache Software Foundation Get LDAP Committee Data

read-only idempotent

Capability Spec

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