Individual tool testing

You can test individual tools using provided sample curl scripts.

To test an individual tool, use the following sample curl script and replace get_apm_environments with the tool you want to test:
JSON
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": {}
      }
    }
  }'