Gladly · Capability

Gladly REST API — Events

Gladly REST API — Events. 1 operations. Self-contained Naftiko capability covering the Events business surface of the Gladly Customer Service Platform.

Gladly REST API — Events is a Naftiko capability published by Gladly, one of 21 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/api/v1/events.

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

Tagged areas include Gladly, Events, and Customer Service.

Run with Naftiko GladlyEventsCustomer Service

What You Can Do

GET
Get api v1 events — List Events
/v1/api/v1/events

MCP Tools

gladly-get-api-v1-events

List Events

read-only idempotent

Capability Spec

gladly-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gladly REST API — Events
  description: Gladly REST API — Events. 1 operations. Self-contained Naftiko capability covering the Events business surface
    of the Gladly Customer Service Platform.
  tags:
  - Gladly
  - Events
  - Customer Service
  created: '2026-05-24'
  modified: '2026-05-24'
binds:
- namespace: env
  keys:
    GLADLY_ORGANIZATION: GLADLY_ORGANIZATION
    GLADLY_AGENT_EMAIL: GLADLY_AGENT_EMAIL
    GLADLY_API_TOKEN: GLADLY_API_TOKEN
capability:
  consumes:
  - type: http
    namespace: gladly-events
    baseUri: https://{{env.GLADLY_ORGANIZATION}}.gladly.com
    description: Gladly REST API — Events business capability.
    resources:
    - name: api-v1-events
      path: /api/v1/events
      operations:
      - name: get-api-v1-events
        method: GET
        description: List Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
    authentication:
      type: basic
      username: '{{env.GLADLY_AGENT_EMAIL}}'
      password: '{{env.GLADLY_API_TOKEN}}'
  exposes:
  - type: rest
    namespace: gladly-events-rest
    port: 8080
    description: REST adapter for Gladly Events.
    resources:
    - path: /v1/api/v1/events
      name: api-v1-events
      description: REST surface for api-v1-events.
      operations:
      - method: GET
        name: get-api-v1-events
        description: List Events
        call: gladly-events.get-api-v1-events
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gladly-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gladly Events.
    tools:
    - name: gladly-get-api-v1-events
      description: List Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gladly-events.get-api-v1-events
      with: {}
      outputParameters:
      - type: object
        mapping: $.