api_put
Send an HTTP PUT request to a specified URL using the MCP API Server. Submit data as a string or JSON object and include optional headers for external API interactions.
Instructions
Make an HTTP PUT request to the specified URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | The request body (string or JSON object) | |
headers | No | Optional headers to include in the request | |
url | Yes | The URL to make the PUT request to |