Available now
Google Drive, Gmail and Calendar tools for AI agents
One Google grant backs the gdrive, gmail and gcal prefixes, so an agent lists a folder, reads a thread and checks a calendar without three separate consents.
Google still lists this connection as testing, so it shows an unverified warning and the connection stops working after seven days. Every Google tool here is read only.
What agents do with it
- Find the spec an agent needs in Drive before it starts writing code
- Read the thread an agent is answering instead of pasting it into the prompt
- Check what is already on the calendar before an agent proposes a time
Call it
curl -s -X POST https://api.selat.weekndlabs.com/v1/tools/gdrive__list_files/call \
-H "Authorization: Bearer slt_live_..." \
-H 'content-type: application/json' \
-d '{"query":"name contains 'quarterly plan'"}'The same tool is on POST /mcp under the name gdrive__list_files. One credential serves both surfaces.