Google · Capability

Google Calendar API — Free Busy

Google Calendar API — Free Busy. 1 operations. Lead operation: Google Query Free Busy. Self-contained Naftiko capability covering one Google business surface.

Run with Naftiko GoogleFree Busy

What You Can Do

POST
Googlequeryfreebusy — Google Query Free Busy
/v1/freebusy

MCP Tools

google-query-free-busy

Google Query Free Busy

read-only

Capability Spec

calendar-free-busy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Calendar API — Free Busy
  description: 'Google Calendar API — Free Busy. 1 operations. Lead operation: Google Query Free Busy. Self-contained Naftiko
    capability covering one Google business surface.'
  tags:
  - Google
  - Free Busy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_API_KEY: GOOGLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: calendar-free-busy
    baseUri: https://www.googleapis.com/calendar/v3
    description: Google Calendar API — Free Busy business capability. Self-contained, no shared references.
    resources:
    - name: freeBusy
      path: /freeBusy
      operations:
      - name: googlequeryfreebusy
        method: POST
        description: Google Query Free Busy
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Accept
          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-free-busy-rest
    port: 8080
    description: REST adapter for Google Calendar API — Free Busy. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/freebusy
      name: freebusy
      description: REST surface for freeBusy.
      operations:
      - method: POST
        name: googlequeryfreebusy
        description: Google Query Free Busy
        call: calendar-free-busy.googlequeryfreebusy
        with:
          Content-Type: rest.Content-Type
          Accept: rest.Accept
          Authorization: rest.Authorization
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: calendar-free-busy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Calendar API — Free Busy. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-query-free-busy
      description: Google Query Free Busy
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: calendar-free-busy.googlequeryfreebusy
      with:
        Content-Type: tools.Content-Type
        Accept: tools.Accept
        Authorization: tools.Authorization
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.