Retrieve a paginated list of lead records for reporting or CRM integration. Filter and sort leads by customizable criteria using cursor-based pagination.
Enables querying Supabase databases and generating TypeScript types through the Model Context Protocol interface, supporting features like schema selection, column filtering, and pagination.
Retrieve a project's recent emails in reverse chronological order with cursor-based pagination. Filter results by delivery status like sent or bounced.
Retrieve the complete message history of a Twitter direct message conversation, ordered newest first, with cursor-based pagination for large histories.
Retrieve fixed-rate borrow contracts with details on principal, interest, and status. Supports filtering by orderId, currency, or term with cursor-based pagination.