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

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.

Start free