Skip to main content
Glama

Hex API MCP Server

by franccesco

get_hex_project

Retrieve details of a specific Hex project by providing its UUID. Returns JSON with project information, facilitating access and management through the Hex API MCP Server.

Instructions

Get details about a specific Hex project.

Args: project_id: The UUID of the Hex project Returns: JSON string with project details

Input Schema

NameRequiredDescriptionDefault
project_idYes

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id" ], "title": "get_hex_projectArguments", "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