Skip to main content
POST
/
v1
/
mcp
/
tool
/
execute
Execute MCP tool
curl --request POST \
  --url http://localhost:8080/v1/mcp/tool/execute \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "type": "<string>",
  "function": {
    "name": "<string>",
    "arguments": "<string>"
  }
}
'
{}

Body

application/json

MCP tool execution request

id
string
type
string
function
object

Response

Tool executed successfully

MCP tool execution response