ScreenshotOne · Capability

ScreenshotOne API — Account

ScreenshotOne API — Account. 1 operations. Lead operation: Get current plan usage. Self-contained Naftiko capability covering one Screenshotone business surface.

Run with Naftiko ScreenshotoneAccount

What You Can Do

GET
Get — Get current plan usage
/v1/usage

MCP Tools

get-current-plan-usage

Get current plan usage

read-only idempotent

Capability Spec

screenshotone-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ScreenshotOne API — Account
  description: 'ScreenshotOne API — Account. 1 operations. Lead operation: Get current plan usage. Self-contained Naftiko
    capability covering one Screenshotone business surface.'
  tags:
  - Screenshotone
  - Account
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCREENSHOTONE_API_KEY: SCREENSHOTONE_API_KEY
capability:
  consumes:
  - type: http
    namespace: screenshotone-account
    baseUri: https://api.screenshotone.com
    description: ScreenshotOne API — Account business capability. Self-contained, no shared references.
    resources:
    - name: usage
      path: /usage
      operations:
      - name: get
        method: GET
        description: Get current plan usage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: access_key
      value: '{{env.SCREENSHOTONE_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: screenshotone-account-rest
    port: 8080
    description: REST adapter for ScreenshotOne API — Account. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/usage
      name: usage
      description: REST surface for usage.
      operations:
      - method: GET
        name: get
        description: Get current plan usage
        call: screenshotone-account.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: screenshotone-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for ScreenshotOne API — Account. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-current-plan-usage
      description: Get current plan usage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: screenshotone-account.get
      outputParameters:
      - type: object
        mapping: $.