Google · Capability

Google Calendar API — Channels

Google Calendar API — Channels. 1 operations. Lead operation: Google Stop Calendar Channel. Self-contained Naftiko capability covering one Google business surface.

Run with Naftiko GoogleChannels

What You Can Do

POST
Googlestopcalendarchannel — Google Stop Calendar Channel
/v1/channels/stop

MCP Tools

google-stop-calendar-channel

Google Stop Calendar Channel

Capability Spec

calendar-channels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Calendar API — Channels
  description: 'Google Calendar API — Channels. 1 operations. Lead operation: Google Stop Calendar Channel. Self-contained
    Naftiko capability covering one Google business surface.'
  tags:
  - Google
  - Channels
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_API_KEY: GOOGLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: calendar-channels
    baseUri: https://www.googleapis.com/calendar/v3
    description: Google Calendar API — Channels business capability. Self-contained, no shared references.
    resources:
    - name: channels-stop
      path: /channels/stop
      operations:
      - name: googlestopcalendarchannel
        method: POST
        description: Google Stop Calendar Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Authorization
          in: header
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: calendar-channels-rest
    port: 8080
    description: REST adapter for Google Calendar API — Channels. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/channels/stop
      name: channels-stop
      description: REST surface for channels-stop.
      operations:
      - method: POST
        name: googlestopcalendarchannel
        description: Google Stop Calendar Channel
        call: calendar-channels.googlestopcalendarchannel
        with:
          Content-Type: rest.Content-Type
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: calendar-channels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Calendar API — Channels. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-stop-calendar-channel
      description: Google Stop Calendar Channel
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: calendar-channels.googlestopcalendarchannel
      with:
        Content-Type: tools.Content-Type
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.