const toolVar = (value: string | number) => ({
  identifierLabel: label, allowedVariableNodes
}: NewVarProps): VariableWithAValue =>
  createVariableNode(allowedVariableNodes)(label, {
    kind: "tool",