Gladly · Capability

Gladly REST API — Organization

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

Gladly REST API — Organization 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/organization.

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

Tagged areas include Gladly, Organization, and Customer Service.

Run with Naftiko GladlyOrganizationCustomer Service

What You Can Do

GET
Getorganization — Get Organization
/v1/api/v1/organization

MCP Tools

gladly-getOrganization

Get Organization

read-only idempotent

Capability Spec

gladly-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gladly REST API — Organization
  description: Gladly REST API — Organization. 1 operations. Self-contained Naftiko capability covering the Organization business
    surface of the Gladly Customer Service Platform.
  tags:
  - Gladly
  - Organization
  - 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-organization
    baseUri: https://{{env.GLADLY_ORGANIZATION}}.gladly.com
    description: Gladly REST API — Organization business capability.
    resources:
    - name: api-v1-organization
      path: /api/v1/organization
      operations:
      - name: getOrganization
        method: GET
        description: Get Organization
        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-organization-rest
    port: 8080
    description: REST adapter for Gladly Organization.
    resources:
    - path: /v1/api/v1/organization
      name: api-v1-organization
      description: REST surface for api-v1-organization.
      operations:
      - method: GET
        name: getOrganization
        description: Get Organization
        call: gladly-organization.getOrganization
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gladly-organization-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gladly Organization.
    tools:
    - name: gladly-getOrganization
      description: Get Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gladly-organization.getOrganization
      with: {}
      outputParameters:
      - type: object
        mapping: $.