Collega l'API Google Sheets
Integra l'API Google Sheets tramite l'API REST unificata di Modiva e il server MCP ospitato. Read, write, append and bulk-update Google Sheets data, and create new spreadsheets for exports and logs. OAuth, aggiornamento dei token, rate limit e 10 strumenti tipizzati sono gestiti per te: collega una volta e richiama Google Sheets da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API Google Sheets
- ✓ Values
- ✓ Spreadsheets & tabs
- ✓ File access
- ✓ Token refresh
- — Webhooks (Poll via the values tools)
Strumenti MCP e scope di Google Sheets
- spreadsheets_
- list · metadata · create · add tab
- values_
- read · append · update · clear
- batch_
- bulk multi-range writes
Scope OAuth richiesti
- Read & write your spreadsheets
- Access only files you create with or open in Modiva (drive.file)
- Create new spreadsheets and tabs
Collega Google Sheets nel tuo agente
# Add Modiva's MCP server to your agent
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai",
"headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
}
}
}
# Then connect Google Sheets and call its tools, e.g.
accounts_list(provider="google-sheets")Domande frequenti
Come collego l'API Google Sheets con Modiva?
Crea un account Modiva, genera una chiave MCP e collega Google Sheets dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.
Cosa posso fare con l'API Google Sheets tramite Modiva?
Read, write, append and bulk-update Google Sheets data, and create new spreadsheets for exports and logs. Ottieni 10 strumenti tipizzati raggruppati per risorsa (spreadsheets_, values_, batch_), richiamabili tramite REST o il server MCP.
Devo gestire personalmente OAuth o l'aggiornamento dei token?
No. Modiva gestisce l'handshake OAuth di Google Sheets, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.
Un agente IA può usare l'API Google Sheets?
Sì, è proprio questo il punto. Modiva espone Google Sheets come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Google Sheets attraverso un unico endpoint.
Playbook e guide di Google Sheets
Playbook gratuiti e passo dopo passo sulla crescita con Google Sheets: cosa funziona, oltre a come metterlo in pratica con Modiva.