Individual tool testing
You can test individual tools using provided sample curl scripts.
get_apm_environments with the tool you want to test:
curl -X POST --location "https://api.<realm>.signalfx.com/v2/mcp" \
-H "X-SF-TOKEN:<sf_token>" \
-H "Content-Type: application/json" \
-H "Accept:application/json,text/event-stream" \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_apm_environments",
"arguments": {
"params": {}
}
}
}'