refresh_schema
Refresh schema cache for a database connection after DDL operations, providing the AI with current table and column definitions.
Instructions
Force a schema cache refresh for a connection.
Call this after CREATE TABLE, ALTER TABLE, or any DDL operation to ensure the AI has up-to-date schema context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | Yes | Database alias. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |