run_connector_command_tool
Use run_connector_command_tool to run connector-owned commands through the same generic dispatch as agentgraph connector.
#Signature
run_connector_command_tool(source, args) -> JSON string
#Arguments
source: connector source, such asrssargs: connector-owned command and arguments, such as["add", "https://example.com/feed.xml"]
#Returns
- connector-defined result JSON
- connector-owned help when
argsis["--help"]or["help"] - an error message if the source or connector command is invalid