get_view
Pack: statbel-be · Endpoint: https://gateway.pipeworx.io/statbel-be/mcp
Metadata for one Statbel view by its id (a UUID, e.g. from list_views).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | View UUID, e.g. “1be9b77f-4005-4d58-a885-8281b5bbe617”. |
Example call
curl -X POST https://gateway.pipeworx.io/statbel-be/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_view","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"statbel-be": {
"url": "https://gateway.pipeworx.io/statbel-be/mcp"
}
}
}
See Getting Started for client-specific install steps.