Selat

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

Call it

HTTP
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.

Start freeRead the docs