Skip to main content
GET
/
api
/
mcp-logs
/
filterdata
Get available MCP log filter data
curl --request GET \
  --url http://localhost:8080/api/mcp-logs/filterdata
{
  "tool_names": [
    "<string>"
  ],
  "server_labels": [
    "<string>"
  ],
  "virtual_keys": [
    {
      "id": "<string>",
      "name": "<string>",
      "value": "<string>"
    }
  ]
}

Response

Successful response

Available MCP log filter data

tool_names
string[]

All unique tool names

server_labels
string[]

All unique server labels

virtual_keys
object[]

All unique virtual keys