Appwrite · Capability

Appwrite API — Account

Appwrite API — Account. 1 operations. Lead operation: Appwrite - Get Account. Self-contained Naftiko capability covering one Appwrite business surface.

Run with Naftiko AppwriteAccount

What You Can Do

GET
Getaccount — Appwrite - Get Account
/v1/account

MCP Tools

appwrite-get-account

Appwrite - Get Account

read-only idempotent

Capability Spec

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