Skip to main content
Glama
kevintalbert

Cloudera Data Visualization MCP Server

by kevintalbert

list_connections

List all available data connections and retrieve their numeric ID, which is required for querying databases or creating datasets in Cloudera Data Visualization.

Instructions

STEP 1 of every data workflow — list all CDV data connections.

A data connection is the top-level link to an external database (Impala, Hive, etc.). The connection's numeric ID (dc_id / dataconnection_id) is used when: • Querying raw SQL via query_dataapi(dataconnection_id=, query="SELECT ...") • Creating a new dataset with create_dataset(body={"dc_id": , ...})

WORKFLOW — always run this FIRST, then:

  1. list_connections() → identify the right connection and its ID

  2. list_datasets() → find existing datasets built on that connection

  3. query_dataapi(...) → explore table columns and sample data

  4. list_workspaces() → get workspace_id for visual creation

  5. create_smart_visual(...) → create charts

  6. create_dashboard(...) → make charts visible in CDV

Never create a new connection unless the user explicitly requests it and no existing connection points to their data source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It accurately describes the operation as listing all connections with no side effects. While it doesn't mention read-only or authentication requirements, the simplicity of the tool and the presence of an output schema make the description sufficient. A small deduction for not explicitly stating it is a read-only operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively long but well-structured with a clear workflow. Every sentence contributes useful context, and the numbered steps improve readability. It is slightly longer than necessary but remains effective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (no parameters, output schema present), the description is complete. It explains the tool's role in the overall workflow, defines key concepts, and provides actionable guidance, leaving no significant gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters, so the baseline is 4 per the rubric. The description indirectly adds value by explaining how the returned connection IDs are used in other tools, which enhances the semantic understanding beyond the empty schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool lists all CDV data connections and explicitly positions it as 'STEP 1 of every data workflow'. It distinguishes from siblings like 'get_connection' and 'create_connection' by focusing on listing all connections and providing the workflow context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool: 'always run this FIRST' and gives a complete 6-step workflow. Additionally, it includes a rule for when not to create a new connection, which helps the agent avoid unnecessary actions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevintalbert/CDV-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server