refresh_catalog
Rebuild the index of tables, schemas, and columns by scanning all Snowflake databases. Use after schema changes or when the 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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||