contentType
(string, optional): Content-Type header (default: "application/json")
How to use it
contentType is exposed by the HAL MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the contentType tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install HAL
$
npx hal-mcpOther tools in HAL (6)
body
(string, optional): Request body content
headers
(object, optional): Additional headers to send
http-get
Make HTTP GET requests to any URL.
http-post
Make HTTP POST requests with optional body and headers.
list-secrets
Get a list of available secret keys that can be used with {secrets.key} syntax.
url
(string, required): The URL to request