Skip to main content
Glama

MCP HTTP Requests

by godzeo

http_put

Send HTTP PUT requests with headers, cookies, and body, configure timeout, and log all request details. Ideal for API testing, security checks, and web automation.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
bodyNo
cookiesNo
headersNo
timeoutNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "body": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Body" }, "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_putArguments", "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