Tools exposed by the OpenHEXA MCP server
OpenHEXA v0.0.1 · Protocol 2025-03-26 · 8 tools
InstallList workspaces accessible to the current user. Optionally filter by name.
Get details of a specific workspace by its slug.
List pipelines in a workspace.
List datasets in a workspace.
Get details of a specific dataset by workspace slug and dataset slug.
List files and directories in a workspace bucket. Use prefix to browse subdirectories (e.g. "data/").
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.
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.