refresh_catalog
Rebuilds the index of Snowflake tables, schemas, and columns by querying INFORMATION_SCHEMA. Use when schema changes occur or cache expires.
Instructions
Refresh the schema catalog by scanning all accessible Snowflake databases.
This tool queries INFORMATION_SCHEMA across all databases to build a comprehensive
index of tables, schemas, and columns. The cache has a 5-day TTL.
Use this tool when:
- First connecting to Snowflake
- Schema changes have been made
- Cache has expired (after 5 days)
Parameters:
- force: Force refresh even if cache is not expired (default: false)
- resume: Resume from checkpoints if they exist (default: true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | ||
| resume | No |