Deactivate Provider
opendata_providers_deactivateDeactivate an open data provider to remove its tools from the current session, triggering a notification for the client to update the tool list.
Instructions
Remove a previously-activated provider's tools from the session's advertised list. The Python module remains imported (Python caches modules) but its tools no longer appear in tools/list. A tools/list_changed notification is sent so the client refetches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider_id | Yes | Provider id to deactivate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| provider_id | No | ||
| tools_removed | No |