pub async fn list_batch(
    config: &Core,
    client: Client,
    workspaces: Vec<Workspace>
) -> Result<Vec<WorkspaceVariables>, ToolError>