Call Activated Tool
opendata_tool_callCall any activated plugin tool from open-data sources by providing its exact name and matching arguments. Use after activating a provider to access its tools.
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. |