Coming soon
Google Drive and Docs tools for AI agents
One Google grant backs the gdrive, gdocs and gsheets prefixes, so an agent searches Drive, reads a doc and writes a row without three separate consents.
This upstream is in the catalog and is not connectable yet. The snippet below is the shape it will have. GitHub is connectable today, and the credential you mint now is the same one this upstream will answer to.
What agents do with it
- Search Drive for the spec an agent needs before it starts writing code
- Draft a document from an agent run and leave the link in the same reply
- Append a row to a sheet as the audit trail of an automated decision
The call it will answer
curl -s -X POST https://api.selat.weekndlabs.com/v1/tools/gdrive__search_files/call \
-H "Authorization: Bearer slt_live_..." \
-H 'content-type: application/json' \
-d '{"query":"quarterly plan","limit":10}'The same tool is on POST /mcp under the name gdrive__search_files. One credential serves both surfaces.