What do I put for the body of MCP server
# general-english
f
What do I put for the body of MCP server when I do an API node on Workflows?
k
Set the method to POST, use the endpoint for the specific tool, include headers like Authorization: Bearer YOUR_TOKEN and Content-Type: application/json, and structure the JSON body with the required tool parameters like assistantId, phoneNumberId, and customer details.