Activate Provider
opendata_providers_activateActivate a registered data provider to make its tools available in the current session. Use after discovering providers with find or list tools.
Instructions
Activate a registered provider so its tools become callable in this session. By default the server starts in discovery-only mode — only meta tools (find-providers, list-providers, etc.) are advertised. Activation imports the plugin module and merges its tools into the advertised list, then sends a tools/list_changed notification so the client refetches its catalog. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider_id | Yes | Provider id to activate (e.g. 'us_data_gov' or 'us-data-gov'). Use opendata_providers_find or opendata_providers_list to discover available ids. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| provider_id | No | ||
| tools_added | No |