Portainer · Capability

PortainerCE API — status

PortainerCE API — status. 1 operations. Lead operation: Check Portainer status. Self-contained Naftiko capability covering one Portainer business surface.

Run with Naftiko Portainerstatus

What You Can Do

GET
Statusinspect — Check Portainer status
/v1/status

MCP Tools

check-portainer-status

Check Portainer status

read-only idempotent

Capability Spec

portainer-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PortainerCE API — status
  description: 'PortainerCE API — status. 1 operations. Lead operation: Check Portainer status. Self-contained Naftiko capability
    covering one Portainer business surface.'
  tags:
  - Portainer
  - status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PORTAINER_API_KEY: PORTAINER_API_KEY
capability:
  consumes:
  - type: http
    namespace: portainer-status
    baseUri: ''
    description: PortainerCE API — status business capability. Self-contained, no shared references.
    resources:
    - name: status
      path: /status
      operations:
      - name: statusinspect
        method: GET
        description: Check Portainer status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: portainer-status-rest
    port: 8080
    description: REST adapter for PortainerCE API — status. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/status
      name: status
      description: REST surface for status.
      operations:
      - method: GET
        name: statusinspect
        description: Check Portainer status
        call: portainer-status.statusinspect
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: portainer-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for PortainerCE API — status. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: check-portainer-status
      description: Check Portainer status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: portainer-status.statusinspect
      outputParameters:
      - type: object
        mapping: $.