Skip to main content
Glama

Violett MCP Server

by luis0794

post_data

Send data to a specified URL using an HTTP POST request. Define the target URL and the data payload to transmit information securely and efficiently.

Instructions

Send data via HTTP POST request

Input Schema

NameRequiredDescriptionDefault
dataYesData to send in POST body
urlYesURL to send POST request to

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Data to send in POST body", "type": "object" }, "url": { "description": "URL to send POST request to", "type": "string" } }, "required": [ "url", "data" ], "type": "object" }

You must be authenticated.

Other Tools from Violett 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/luis0794/violett-mcp-server'

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