Error
databricks - list_volume_files (MCP)(volume_path: "/Volumes/dustin_vannoy_catalog/retail_demo/raw_data/products")
⎿ Error: Error calling tool 'list_volume_files': 'int' object has no attribute 'isoformat'
Suggestion
Can we remove the MCP function and rely solely on a skill to call the CLI?
There are two CLI functions for this...
databricks volumes read <catalog>.<schema>.<volume>
databricks fs ls dbfs:/Volumes/<catalog>/<schema>/<raw_data>/
Error
databricks - list_volume_files (MCP)(volume_path: "/Volumes/dustin_vannoy_catalog/retail_demo/raw_data/products")
⎿ Error: Error calling tool 'list_volume_files': 'int' object has no attribute 'isoformat'
Suggestion
Can we remove the MCP function and rely solely on a skill to call the CLI?
There are two CLI functions for this...
databricks volumes read <catalog>.<schema>.<volume>databricks fs ls dbfs:/Volumes/<catalog>/<schema>/<raw_data>/