Skip to main content
Glama

Hex API MCP Server

by franccesco

get_hex_project_runs

Retrieve project runs for a specific Hex project by providing the project ID, with options to limit and offset results for efficient data access.

Instructions

Get the runs for a specific project.

Args: project_id: The UUID of the Hex project limit: The number of runs to return offset: The number of runs to skip Returns: JSON string with project runs

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo
project_idYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 25, "title": "Limit", "type": "integer" }, "offset": { "default": 0, "title": "Offset", "type": "integer" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id" ], "title": "get_hex_project_runsArguments", "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