Reference

getGoogleSheetInfo

Get metadata about a Google Spreadsheet including sheet names, row counts, and column counts.
mindstudio.getGoogleSheetInfo({ documentId }) → Result

Get metadata about a Google Spreadsheet including sheet names, row counts, and column counts.

Parameters
documentId
string
RequiredGoogle Spreadsheet ID or URL
connectionId
string
Google OAuth connection ID
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.getGoogleSheetInfo({
  documentId: /* ... */
});