Skip to main content
Glama

Hex API MCP Server

by franccesco

cancel_hex_run

Terminates an active Hex project run by specifying the project and run UUIDs via the Hex API MCP Server, ensuring efficient project management.

Instructions

Cancel a running project.

Args: project_id: The UUID of the Hex project run_id: The UUID of the run to cancel Returns: Success message

Input Schema

NameRequiredDescriptionDefault
project_idYes
run_idYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" }, "run_id": { "title": "Run Id", "type": "string" } }, "required": [ "project_id", "run_id" ], "title": "cancel_hex_runArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/franccesco/hex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server