Google · Capability

Google Sheets API — Append

Google Sheets API — Append. 1 operations. Lead operation: Google Append Values. Self-contained Naftiko capability covering one Google business surface.

Run with Naftiko GoogleAppend

What You Can Do

POST
Post — Google Append Values
/v1/v4/spreadsheets/{spreadsheetid}/values/range-append

MCP Tools

google-append-values

Google Append Values

Capability Spec

sheets-append.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Sheets API — Append
  description: 'Google Sheets API — Append. 1 operations. Lead operation: Google Append Values. Self-contained Naftiko capability
    covering one Google business surface.'
  tags:
  - Google
  - Append
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_API_KEY: GOOGLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: sheets-append
    baseUri: https://sheets.googleapis.com
    description: Google Sheets API — Append business capability. Self-contained, no shared references.
    resources:
    - name: v4-spreadsheets-spreadsheetId-values-range}:append
      path: /v4/spreadsheets/{spreadsheetId}/values/{range}:append
      operations:
      - name: post
        method: POST
        description: Google Append Values
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Content-Type
          in: header
          type: string
        - name: Accept
          in: header
          type: string
        - name: spreadsheetId
          in: path
          type: string
          description: (Required)
          required: true
        - name: range
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: sheets-append-rest
    port: 8080
    description: REST adapter for Google Sheets API — Append. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v4/spreadsheets/{spreadsheetid}/values/range-append
      name: v4-spreadsheets-spreadsheetid-values-range-append
      description: REST surface for v4-spreadsheets-spreadsheetId-values-range}:append.
      operations:
      - method: POST
        name: post
        description: Google Append Values
        call: sheets-append.post
        with:
          Content-Type: rest.Content-Type
          Accept: rest.Accept
          spreadsheetId: rest.spreadsheetId
          range: rest.range
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sheets-append-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Sheets API — Append. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: google-append-values
      description: Google Append Values
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: sheets-append.post
      with:
        Content-Type: tools.Content-Type
        Accept: tools.Accept
        spreadsheetId: tools.spreadsheetId
        range: tools.range
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.