faisty
faist: give Claude SQL access to every email in your Fastmail inbox, indexed in your own Supabase.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Schema: Return a live description of the jmap.* tables in the caller's Supabase, including columns and indexes. No input. Useful as a precursor to a sql-query call.
- Sql Query: Execute a SELECT/WITH statement against the caller's email index and return the rows as csv (default), jsonl, or markdown. Runs as the jmap_indexer Postgres role with RLS scoped to the call
- Query: Natural-language query against the caller's email index. Preview: keyword-routed preset SQL — real NL→SQL is a follow-up. The matched preset is reported in structuredContent._meta so callers ca
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
faist: give Claude SQL access to every email in your Fastmail inbox, indexed in your own Supabase.
Список инструментов сервера (3)
Технические названия из tools/list. Нужны только разработчикам.
| schema | Return a live description of the jmap.* tables in the caller's Supabase, including columns and indexes. No input. Useful as a precursor to a sql-query call. |
| sql-query | Execute a SELECT/WITH statement against the caller's email index and return the rows as csv (default), jsonl, or markdown. Runs as the jmap_indexer Postgres role with RLS scoped to the caller. Non-SELECT statements are rejected. |
| query | Natural-language query against the caller's email index. Preview: keyword-routed preset SQL — real NL→SQL is a follow-up. The matched preset is reported in structuredContent._meta so callers can detect the stub. Returns csv (default), jsonl, or markdown. |