pub async fn create_tool_from_plugin(
    id: impl AsRef<Id>,
    proto: impl AsRef<ProtoEnvironment>,
    locator: impl AsRef<PluginLocator>
) -> Result<Tool>