clear_cache
Clear cached schema data to free memory or force fresh introspection. Specify an endpoint to clear only its cache.
Instructions
Clear the schema cache. If endpoint is given, clears only that endpoint's cache; otherwise clears all. Use this to free memory after switching endpoints, or to force a fresh introspection on the next call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | Endpoint URL to clear. If omitted, clears the entire cache. |