WildApricot · Capability

WildApricot Admin API — Membership.Levels

WildApricot Admin API — Membership.Levels. 2 operations. Lead operation: WildApricot Get List of All Membership Levels.. Self-contained Naftiko capability covering one Wildapricot business surface.

Run with Naftiko WildapricotMembership.Levels

What You Can Do

GET
Getmembershiplevelslist — WildApricot Get List of All Membership Levels.
/v1/accounts/{accountid}/membershiplevels
GET
Getmembershipleveldetails — WildApricot Retrieve Information About Specific Membership Level
/v1/accounts/{accountid}/membershiplevels/{levelid}

MCP Tools

wildapricot-get-list-all-membership

WildApricot Get List of All Membership Levels.

read-only idempotent
wildapricot-retrieve-information-about-specific

WildApricot Retrieve Information About Specific Membership Level

read-only idempotent

Capability Spec

admin-membership-levels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: WildApricot Admin API — Membership.Levels
  description: 'WildApricot Admin API — Membership.Levels. 2 operations. Lead operation: WildApricot Get List of All Membership
    Levels.. Self-contained Naftiko capability covering one Wildapricot business surface.'
  tags:
  - Wildapricot
  - Membership.Levels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WILDAPRICOT_API_KEY: WILDAPRICOT_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-membership-levels
    baseUri: https://api.wildapricot.org/v2.2
    description: WildApricot Admin API — Membership.Levels business capability. Self-contained, no shared references.
    resources:
    - name: accounts-accountId-membershiplevels
      path: /accounts/{accountId}/membershiplevels
      operations:
      - name: getmembershiplevelslist
        method: GET
        description: WildApricot Get List of All Membership Levels.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: accounts-accountId-membershiplevels-levelId
      path: /accounts/{accountId}/membershiplevels/{levelId}
      operations:
      - name: getmembershipleveldetails
        method: GET
        description: WildApricot Retrieve Information About Specific Membership Level
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: levelId
          in: path
          type: integer
          description: Unique membership level identifier
          required: true
    authentication:
      type: bearer
      token: '{{env.WILDAPRICOT_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-membership-levels-rest
    port: 8080
    description: REST adapter for WildApricot Admin API — Membership.Levels. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{accountid}/membershiplevels
      name: accounts-accountid-membershiplevels
      description: REST surface for accounts-accountId-membershiplevels.
      operations:
      - method: GET
        name: getmembershiplevelslist
        description: WildApricot Get List of All Membership Levels.
        call: admin-membership-levels.getmembershiplevelslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{accountid}/membershiplevels/{levelid}
      name: accounts-accountid-membershiplevels-levelid
      description: REST surface for accounts-accountId-membershiplevels-levelId.
      operations:
      - method: GET
        name: getmembershipleveldetails
        description: WildApricot Retrieve Information About Specific Membership Level
        call: admin-membership-levels.getmembershipleveldetails
        with:
          levelId: rest.levelId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-membership-levels-mcp
    port: 9090
    transport: http
    description: MCP adapter for WildApricot Admin API — Membership.Levels. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: wildapricot-get-list-all-membership
      description: WildApricot Get List of All Membership Levels.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-membership-levels.getmembershiplevelslist
      outputParameters:
      - type: object
        mapping: $.
    - name: wildapricot-retrieve-information-about-specific
      description: WildApricot Retrieve Information About Specific Membership Level
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-membership-levels.getmembershipleveldetails
      with:
        levelId: tools.levelId
      outputParameters:
      - type: object
        mapping: $.