Refresh the Informer API description
refresh_api_specDownload Informer's OpenAPI spec and update server tools to match, adding new endpoints, removing deprecated ones, and refreshing argument definitions. Use when an expected endpoint or argument is missing.
Instructions
Download the current OpenAPI description from Informer and update this server's tools to match, without restarting. New endpoints become new tools, removed ones disappear, and changed arguments are re-advertised. Use it when an endpoint you expect is missing, when an argument is rejected as unknown, or to check whether Informer has changed anything. Pass dry_run to see the differences without applying them. This only touches this server; it never changes bookkeeping data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Report what would change without adopting the new description. Defaults to false. |