Skip to main content
Glama

HAL (HTTP API Layer)

http-head

Retrieve HTTP headers from a specified URL without the response body. Supports custom headers and secret substitution using HAL_SECRET_KEY environment variables for secure API interactions.

Instructions

Make an HTTP HEAD request to a specified URL with optional headers (returns only headers, no body). Supports secret substitution using {secrets.key} syntax in URL and headers where 'key' corresponds to HAL_SECRET_KEY environment variables.

Input Schema

NameRequiredDescriptionDefault
headersNo
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "headers": { "additionalProperties": { "type": "string" }, "type": "object" }, "url": { "format": "uri", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from HAL (HTTP API Layer)

Related Tools

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/DeanWard/HAL'

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