refresh_metadata_cache
Clear cached Dataverse table metadata to force fresh schema retrieval after schema changes, ensuring describe_table and list_tables return updated information.
Instructions
Invalidate cached table metadata so the next call to describe_table or list_tables fetches fresh data. Use this after schema changes (new fields, new relationships) in your Dataverse environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | No | Specific table to invalidate. Omit to clear ALL cached metadata. |