Data & Analytics6 toolsPaste one API key
Snowflake Basic integration for AI agents
Snowflake is a cloud-based data warehouse offering elastic scaling, secure data sharing, and SQL analytics across multiple cloud environments.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Snowflake Basic once and call the same tools from all of them.
Setup
Connect Snowflake Basic through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Snowflake Basic exposes 6 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
snowflake_basic_describe_table | Retrieves detailed information for each column (including name, data type, kind, nullability | Read |
snowflake_basic_explore_columns | Retrieves a sample of distinct values for specified columns from a Snowflake table | Read |
snowflake_basic_show_databases | Retrieves a list of all databases available in the Snowflake account | Read |
snowflake_basic_show_schemas | Retrieves a list of all schemas within a specified Snowflake database | Read |
snowflake_basic_show_tables | Retrieves a list of tables, including their row counts and sizes in bytes, from a specified | Read |
snowflake_basic_run_query | Executes the given SQL query in Snowflake within the specified database and schema (which must | Read |