refresh_catalog
Refresh the schema cache by scanning all Snowflake databases to rebuild an index of tables, schemas, and columns. Use after schema changes or when 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 |