Google Calendar · Capability

Google Calendar API — Colors

Google Calendar API — Colors. 1 operations. Lead operation: Google Calendar Get colors. Self-contained Naftiko capability covering one Google Calendar business surface.

Run with Naftiko Google CalendarColors

What You Can Do

GET
Getcolors — Google Calendar Get colors
/v1/colors

MCP Tools

google-calendar-get-colors

Google Calendar Get colors

read-only idempotent

Capability Spec

openapi-colors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Calendar API — Colors
  description: 'Google Calendar API — Colors. 1 operations. Lead operation: Google Calendar Get colors. Self-contained Naftiko
    capability covering one Google Calendar business surface.'
  tags:
  - Google Calendar
  - Colors
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CALENDAR_API_KEY: GOOGLE_CALENDAR_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-colors
    baseUri: https://www.googleapis.com/calendar/v3
    description: Google Calendar API — Colors business capability. Self-contained, no shared references.
    resources:
    - name: colors
      path: /colors
      operations:
      - name: getcolors
        method: GET
        description: Google Calendar Get colors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: openapi-colors-rest
    port: 8080
    description: REST adapter for Google Calendar API — Colors. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/colors
      name: colors
      description: REST surface for colors.
      operations:
      - method: GET
        name: getcolors
        description: Google Calendar Get colors
        call: openapi-colors.getcolors
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-colors-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Calendar API — Colors. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-calendar-get-colors
      description: Google Calendar Get colors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-colors.getcolors
      outputParameters:
      - type: object
        mapping: $.