BigPanda · Capability

BigPanda API — Maintenance Plans

BigPanda API — Maintenance Plans. 2 operations. Lead operation: BigPanda List Maintenance Plans. Self-contained Naftiko capability covering one Bigpanda business surface.

Run with Naftiko BigpandaMaintenance Plans

What You Can Do

GET
Listmaintenanceplans — BigPanda List Maintenance Plans
/v1/resources/v2-0/maintenance-plans
POST
Createmaintenanceplan — BigPanda Create Maintenance Plan
/v1/resources/v2-0/maintenance-plans

MCP Tools

bigpanda-list-maintenance-plans

BigPanda List Maintenance Plans

read-only idempotent
bigpanda-create-maintenance-plan

BigPanda Create Maintenance Plan

Capability Spec

bigpanda-maintenance-plans.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: BigPanda API — Maintenance Plans
  description: 'BigPanda API — Maintenance Plans. 2 operations. Lead operation: BigPanda List Maintenance Plans. Self-contained
    Naftiko capability covering one Bigpanda business surface.'
  tags:
  - Bigpanda
  - Maintenance Plans
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BIGPANDA_API_KEY: BIGPANDA_API_KEY
capability:
  consumes:
  - type: http
    namespace: bigpanda-maintenance-plans
    baseUri: https://api.bigpanda.io
    description: BigPanda API — Maintenance Plans business capability. Self-contained, no shared references.
    resources:
    - name: resources-v2.0-maintenance-plans
      path: /resources/v2.0/maintenance-plans
      operations:
      - name: listmaintenanceplans
        method: GET
        description: BigPanda List Maintenance Plans
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createmaintenanceplan
        method: POST
        description: BigPanda Create Maintenance Plan
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.BIGPANDA_API_KEY}}'
  exposes:
  - type: rest
    namespace: bigpanda-maintenance-plans-rest
    port: 8080
    description: REST adapter for BigPanda API — Maintenance Plans. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/resources/v2-0/maintenance-plans
      name: resources-v2-0-maintenance-plans
      description: REST surface for resources-v2.0-maintenance-plans.
      operations:
      - method: GET
        name: listmaintenanceplans
        description: BigPanda List Maintenance Plans
        call: bigpanda-maintenance-plans.listmaintenanceplans
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createmaintenanceplan
        description: BigPanda Create Maintenance Plan
        call: bigpanda-maintenance-plans.createmaintenanceplan
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bigpanda-maintenance-plans-mcp
    port: 9090
    transport: http
    description: MCP adapter for BigPanda API — Maintenance Plans. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: bigpanda-list-maintenance-plans
      description: BigPanda List Maintenance Plans
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bigpanda-maintenance-plans.listmaintenanceplans
      outputParameters:
      - type: object
        mapping: $.
    - name: bigpanda-create-maintenance-plan
      description: BigPanda Create Maintenance Plan
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bigpanda-maintenance-plans.createmaintenanceplan
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.