Cloverly · Capability

Cloverly Account API — Account

Cloverly Account API — Account. 1 operation returning the authenticated account record.

Cloverly Account API — Account is a Naftiko capability published by Cloverly, one of 5 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/account.

The capability includes 1 read-only operation. Lead operation: Cloverly Retrieve Account. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cloverly and Account.

Run with Naftiko CloverlyAccount

What You Can Do

GET
Retrieveaccount
/v1/account

MCP Tools

cloverly-retrieve-account

Cloverly Retrieve Account

read-only idempotent

Capability Spec

account-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cloverly Account API — Account
  description: 'Cloverly Account API — Account. 1 operation returning the authenticated account record.'
  tags:
  - Cloverly
  - Account
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    CLOVERLY_API_KEY: CLOVERLY_API_KEY
capability:
  consumes:
  - type: http
    namespace: account-account
    baseUri: https://api.cloverly.com
    description: Cloverly Account API.
    resources:
    - name: account
      path: /2019-03-beta/account
      operations:
      - name: retrieveAccount
        method: GET
        description: Cloverly Retrieve Account
    authentication:
      type: bearer
      value: '{{env.CLOVERLY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: account-account-rest
    port: 8080
    description: REST adapter for Cloverly Account.
    resources:
    - path: /v1/account
      name: account
      operations:
      - method: GET
        name: retrieveAccount
        call: account-account.retrieveAccount
  - type: mcp
    namespace: account-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cloverly Account.
    tools:
    - name: cloverly-retrieve-account
      description: Cloverly Retrieve Account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: account-account.retrieveAccount