Skip to main content
Glama

Curl MCP Server

by 247arjun

curl_put

Send HTTP PUT requests to a specified URL with optional data, headers, and JSON content. Configure redirects, timeouts, and content types for web API interactions.

Instructions

Make an HTTP PUT request using curl

Input Schema

NameRequiredDescriptionDefault
content_typeNoContent-Type header (will be added automatically for JSON data)
dataNoData to send in the PUT request body
follow_redirectsNoWhether to follow redirects
headersNoOptional HTTP headers in the format 'Header: Value'
json_dataNoJSON object to send as PUT data
timeoutNoRequest timeout in seconds
urlYesThe URL to make the PUT request to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content_type": { "description": "Content-Type header (will be added automatically for JSON data)", "type": "string" }, "data": { "description": "Data to send in the PUT request body", "type": "string" }, "follow_redirects": { "default": false, "description": "Whether to follow redirects", "type": "boolean" }, "headers": { "description": "Optional HTTP headers in the format 'Header: Value'", "items": { "type": "string" }, "type": "array" }, "json_data": { "additionalProperties": {}, "description": "JSON object to send as PUT data", "type": "object" }, "timeout": { "description": "Request timeout in seconds", "type": "number" }, "url": { "description": "The URL to make the PUT request to", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Curl MCP Server

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/247arjun/mcp-curl'

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