description: str = '\n Can be used to list all keys at a given path. \n Before calling this you should be SURE that the path to this exists.\n The input is a text representation of the path to the dict in Python syntax (
e.g. data["key1"][0]["key2"]
).\n '