Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes

Implementation Reference

  • The handler function for the 'get_hex_project' tool. It is decorated with @mcp.tool() which registers it in the FastMCP server. Fetches and returns the project details from the Hex API.
    @mcp.tool() async def get_hex_project(project_id: str) -> str: """Get details about a specific Hex project. Args: project_id: The UUID of the Hex project Returns: JSON string with project details """ project = await hex_request("GET", f"/projects/{project_id}") return project

Other Tools

Related Tools

Latest Blog Posts

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