SUZIEQ_API_ENDPOINT=<replace-with-your-endpoint>
SUZIEQ_API_KEY=<replace-with-your-api-key>
test
with your MCP Server running inside. If inactive, the Room and its agents will be deleted automatically.
MCP Server to interact with a SuzieQ network observability instance via its REST API.
Tool Name | Short Description |
---|---|
run_suzieq_show | Runs a SuzieQ ‘show’ query via its REST API. |
run_suzieq_summarize | Runs a SuzieQ ‘summarize’ query via its REST API. |
run_suzieq_show
Parameter | Type | Description |
---|---|---|
table | string | The name of the SuzieQ table to query (e.g., ‘device’, ‘bgp’, ‘interface’, ‘route’). |
filters | string (optional) | An optional dictionary of filter parameters for the SuzieQ query. |
run_suzieq_summarize
Parameter | Type | Description |
---|---|---|
table | string | The name of the SuzieQ table to summarize (e.g., ‘device’, ‘bgp’, ‘interface’, ‘route’). |
filters | string (optional) | An optional dictionary of filter parameters for the SuzieQ query. |