naftiko: 1.0.0-alpha2 info: label: Google Sheets API — Sheets description: 'Google Sheets API — Sheets. 1 operations. Lead operation: Copy Sheet To. Self-contained Naftiko capability covering one Spreadsheets business surface.' tags: - Spreadsheets - Sheets created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SPREADSHEETS_API_KEY: SPREADSHEETS_API_KEY capability: consumes: - type: http namespace: google-sheets-sheets baseUri: https://sheets.googleapis.com/v4 description: Google Sheets API — Sheets business capability. Self-contained, no shared references. resources: - name: spreadsheets-spreadsheetId-sheets-sheetId}:copyTo path: /spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo operations: - name: copysheetto method: POST description: Copy Sheet To outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: spreadsheetId in: path type: string required: true - name: sheetId in: path type: integer description: The ID of the sheet to copy required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.SPREADSHEETS_API_KEY}}' exposes: - type: rest namespace: google-sheets-sheets-rest port: 8080 description: REST adapter for Google Sheets API — Sheets. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/spreadsheets/{spreadsheetid}/sheets/sheetid-copyto name: spreadsheets-spreadsheetid-sheets-sheetid-copyto description: REST surface for spreadsheets-spreadsheetId-sheets-sheetId}:copyTo. operations: - method: POST name: copysheetto description: Copy Sheet To call: google-sheets-sheets.copysheetto with: spreadsheetId: rest.spreadsheetId sheetId: rest.sheetId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: google-sheets-sheets-mcp port: 9090 transport: http description: MCP adapter for Google Sheets API — Sheets. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: copy-sheet description: Copy Sheet To hints: readOnly: false destructive: false idempotent: false call: google-sheets-sheets.copysheetto with: spreadsheetId: tools.spreadsheetId sheetId: tools.sheetId body: tools.body outputParameters: - type: object mapping: $.