Skip to main content
Glama

MCP HTTP Requests

by godzeo

http_head

Perform HTTP HEAD requests with customizable headers, cookies, and timeout settings. Logs all requests for detailed tracking, enabling efficient web and API testing.

Instructions

HTTP HEAD request with full support (headers, cookies, timeout) - All requests logged

Input Schema

NameRequiredDescriptionDefault
cookiesNo
headersNo
timeoutNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "cookies": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Cookies" }, "headers": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Headers" }, "timeout": { "default": 30, "title": "Timeout", "type": "number" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "http_headArguments", "type": "object" }
Install Server

Other Tools from MCP HTTP Requests

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/godzeo/mcp-requests'

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