Google · Capability

Google Sheets API — Copy

Google Sheets API — Copy. 1 operations. Lead operation: Google Copy To Sheet. Self-contained Naftiko capability covering one Google business surface.

Run with Naftiko GoogleCopy

What You Can Do

POST
Post — Google Copy To Sheet
/v1/v4/spreadsheets/{spreadsheetid}/sheets/sheetid-copyto

MCP Tools

google-copy-sheet

Google Copy To Sheet

Capability Spec

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