← All integrations

Cloudflare D1

Connect to a Cloudflare D1 SQLite database and run parameterized SQL queries through the Cloudflare API. Reads are enabled by default; writes require explicit per-connection approval.

Credentials form3 native toolsIcon needs-review
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

POST
cloudflare_d1_query
Run one parameterized SQLite statement through Cloudflare D1. Reads are always available; writes require connection-level approval.

native://cloudflare-d1/query

3 parameters
ParamTypeRequiredDescription
sqlstringrequiredOne parameterized SQLite statement. Use ? or ?1, ?2, ... placeholders.
paramsarrayoptionalOptional scalar values matching the SQLite placeholders.
maxRowsintegeroptionalMaximum number of rows to return (1-1000; defaults to 100).
POST
cloudflare_d1_list_tables
List user tables and views in a Cloudflare D1 database.

native://cloudflare-d1/list_tables

POST
cloudflare_d1_describe_table
List the columns and types for a Cloudflare D1 table.

native://cloudflare-d1/describe_table

1 parameter
ParamTypeRequiredDescription
tablestringrequiredTable name to describe.
Request private-beta access