Calendly · Capability

Calendly Scheduling API — Shares

Calendly Scheduling API — Shares. 1 operations. Lead operation: Create share. Self-contained Naftiko capability covering one Calendly business surface.

Run with Naftiko CalendlyShares

What You Can Do

POST
Createshare — Create share
/v1/shares

MCP Tools

create-share

Create share

Capability Spec

scheduling-shares.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Calendly Scheduling API — Shares
  description: 'Calendly Scheduling API — Shares. 1 operations. Lead operation: Create share. Self-contained Naftiko capability
    covering one Calendly business surface.'
  tags:
  - Calendly
  - Shares
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CALENDLY_API_KEY: CALENDLY_API_KEY
capability:
  consumes:
  - type: http
    namespace: scheduling-shares
    baseUri: https://api.calendly.com
    description: Calendly Scheduling API — Shares business capability. Self-contained, no shared references.
    resources:
    - name: shares
      path: /shares
      operations:
      - name: createshare
        method: POST
        description: Create share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.CALENDLY_API_KEY}}'
  exposes:
  - type: rest
    namespace: scheduling-shares-rest
    port: 8080
    description: REST adapter for Calendly Scheduling API — Shares. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/shares
      name: shares
      description: REST surface for shares.
      operations:
      - method: POST
        name: createshare
        description: Create share
        call: scheduling-shares.createshare
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: scheduling-shares-mcp
    port: 9090
    transport: http
    description: MCP adapter for Calendly Scheduling API — Shares. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-share
      description: Create share
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: scheduling-shares.createshare
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.