OpenHEXA

MCP Tools

Tools exposed by the OpenHEXA MCP server

OpenHEXA v0.0.1 · Protocol 2025-03-26 · 8 tools

Install
list_workspaces3 param

List workspaces accessible to the current user. Optionally filter by name.

Parameters
querystringoptionalpageintegeroptionalper_pageintegeroptional
get_workspace1 param

Get details of a specific workspace by its slug.

Parameters
slugstringrequired
list_pipelines3 param

List pipelines in a workspace.

Parameters
workspace_slugstringrequiredpageintegeroptionalper_pageintegeroptional
list_datasets3 param

List datasets in a workspace.

Parameters
workspace_slugstringrequiredpageintegeroptionalper_pageintegeroptional
get_dataset2 param

Get details of a specific dataset by workspace slug and dataset slug.

Parameters
workspace_slugstringrequireddataset_slugstringrequired
list_files4 param

List files and directories in a workspace bucket. Use prefix to browse subdirectories (e.g. "data/").

Parameters
workspace_slugstringrequiredprefixstringoptionalpageintegeroptionalper_pageintegeroptional
read_file2 param

Read the content of a file from a workspace bucket. Only works for UTF-8 text files up to 1 MB. Check the file size from list_files before calling.

Parameters
workspace_slugstringrequiredfile_pathstringrequired
write_file3 param

Write text content to a new file in a workspace bucket. Fails if the file already exists. Maximum file size is 1 MB. Requires the createObject permission on the workspace.

Parameters
workspace_slugstringrequiredfile_pathstringrequiredcontentstringrequired