run_tool
Execute any VectorSmith action by name with arguments from list_available_tools, including tools added after connection. Inputs are re-validated against the tool's schema; tenant and filter constraints still apply.
Instructions
Run any VectorSmith tool by name with its arguments from list_available_tools. Use this for tools added to tools.yaml after Claude connected; Desktop will not show those names in the connector list. Arguments are re-validated against that tool's compiled inputSchema (types, enums, limits); hidden static_filters and request tenancy still apply. Not a bypass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Tool name from list_available_tools | |
| arguments | No | Arguments for the named tool. Validated against that tool's compiled inputSchema, not this envelope. |