Call Activated Tool
opendata_tool_callExecute any activated open-data plugin tool by name and arguments, enabling use of tools not directly callable in your environment.
Instructions
Proxy any activated plugin tool by name. Use this when dynamically activated tools aren't directly callable in your environment. First activate the provider with opendata_providers_activate, then call this tool with the tool name and arguments from the activation response's tool_schemas field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | Arguments to pass to the tool, matching its inputSchema. | |
| tool_name | Yes | Exact name of an activated plugin tool to call (e.g. 'nvd-search-cves'). Use opendata_providers_activate first, then pass the tool name from its 'tools' list. |