what is Snowflake Cube Server?
Snowflake Cube Server is an MCP Server designed for interacting with Cube Semantic Layers, allowing users to query and retrieve data efficiently.
how to use Snowflake Cube Server?
To use the Snowflake Cube Server, you can send queries to the Cube REST API using the provided tools, such as read_data
and describe_data
, to access and manipulate data.
key features of Snowflake Cube Server?
- Interacts with Cube Semantic Layers for data retrieval.
- Provides tools for reading and describing data in various formats.
- Supports JSON and YAML data formats for easy integration.
use cases of Snowflake Cube Server?
- Querying large datasets for analytics and reporting.
- Integrating with other applications that require data from Cube deployments.
- Facilitating data processing and transformation tasks.
FAQ from Snowflake Cube Server?
- What data formats does Snowflake Cube Server support?
Snowflake Cube Server supports both JSON and YAML formats for data retrieval.
- Is there a limit to the amount of data I can query?
The limits depend on the Cube deployment configuration and the resources available.
- Can I use Snowflake Cube Server for real-time data processing?
Yes, it can be used for real-time data processing depending on the setup and requirements.
Snowflake Cube Server
MCP Server for Interacting with Cube Semantic Layers
Resources
context://data_description
Contains a description of the data available in the Cube deployment. This is an application controlled version of the describe_data
tool.
data://{data_id}
Contains the data returned by a read_data
call in JSON format. This resource is meant for MCP clients that wish to format or otherwise process the output of tool calls. See read_data
for more.
Tools
read_data
Accepts a query to the Cube REST API and returns the data in YAML along with a unique identifier for the data returned. This identifier can be used to a retrieve a JSON representation of the data from the resource data://{data_id}
. See data://{data_id}
for more.
describe_data
Describes the data available in the Cube deployment. This is an agentic version of the context://data_description
resource.
