Portainer · Capability

PortainerCE API — motd

PortainerCE API — motd. 1 operations. Lead operation: fetches the message of the day. Self-contained Naftiko capability covering one Portainer business surface.

Run with Naftiko Portainermotd

What You Can Do

GET
Motd — fetches the message of the day
/v1/motd

MCP Tools

fetches-message-day

fetches the message of the day

read-only idempotent

Capability Spec

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