HostBill · Capability

HostBill Admin API — Tickets

HostBill Admin API — Tickets. 1 operations. Lead operation: List support tickets. Self-contained Naftiko capability covering one Hostbill business surface.

Run with Naftiko HostbillTickets

What You Can Do

POST
Gettickets — List support tickets
/v1/admin/api-php-gettickets

MCP Tools

list-support-tickets

List support tickets

read-only

Capability Spec

hostbill-tickets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: HostBill Admin API — Tickets
  description: 'HostBill Admin API — Tickets. 1 operations. Lead operation: List support tickets. Self-contained Naftiko capability
    covering one Hostbill business surface.'
  tags:
  - Hostbill
  - Tickets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HOSTBILL_API_KEY: HOSTBILL_API_KEY
capability:
  consumes:
  - type: http
    namespace: hostbill-tickets
    baseUri: https://yourinstance.hostbillapp.com
    description: HostBill Admin API — Tickets business capability. Self-contained, no shared references.
    resources:
    - name: admin-api.php#getTickets
      path: /admin/api.php#getTickets
      operations:
      - name: gettickets
        method: POST
        description: List support tickets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: call
          in: query
          type: string
          required: true
    authentication:
      type: apikey
      key: api_id
      value: '{{env.HOSTBILL_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: hostbill-tickets-rest
    port: 8080
    description: REST adapter for HostBill Admin API — Tickets. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/admin/api-php-gettickets
      name: admin-api-php-gettickets
      description: REST surface for admin-api.php#getTickets.
      operations:
      - method: POST
        name: gettickets
        description: List support tickets
        call: hostbill-tickets.gettickets
        with:
          call: rest.call
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hostbill-tickets-mcp
    port: 9090
    transport: http
    description: MCP adapter for HostBill Admin API — Tickets. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-support-tickets
      description: List support tickets
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: hostbill-tickets.gettickets
      with:
        call: tools.call
      outputParameters:
      - type: object
        mapping: $.