In order to list only directories at a given path, ls can be used with a directories: flag
ls
$ ls -d /path/to/dir/*
The glob at the end is important.