Skip to main content
Glama

hyper_to_dashboard

Convert Hyper extract files into Tableau dashboards automatically by inferring schemas, suggesting charts, configuring layouts, and generating .twbx output files.

Instructions

Build a complete Tableau dashboard from a Hyper extract file (end-to-end).

Pipeline: Hyper → schema inference → chart suggestion → workbook creation → chart configuration → dashboard layout → .twbx output.

Args: hyper_path: Path to the .hyper file. output_path: Output .twbx path (defaults to <hyper_stem>_dashboard.twbx). dashboard_title: Dashboard title (derived from filename if empty). max_charts: Maximum number of charts (0 = use rules default). template_path: TWB template path (empty for default template). table_name: Table name inside the Hyper file (empty = first table). theme: Theme preset name (empty = use rules default). rules_yaml: Optional YAML string with dashboard rules overrides.

Returns: Summary of the created dashboard with file path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hyper_pathYes
output_pathNo
dashboard_titleNo
max_chartsNo
template_pathNo
table_nameNo
themeNo
rules_yamlNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by detailing the multi-step pipeline behavior (schema inference, chart suggestion, etc.) and output format (.twbx). It mentions default behaviors for parameters but lacks details on error handling, performance, or system requirements.

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 well-structured with a purpose statement, pipeline overview, parameter details, and return info. It is appropriately sized but could be slightly more front-loaded; the pipeline details are useful but might be condensed.

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

Completeness4/5

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

For a complex tool with 8 parameters, 0% schema coverage, and no annotations, the description is quite complete—covering purpose, pipeline, parameters, and returns. The presence of an output schema reduces the need to detail return values, but more behavioral context (e.g., error cases) would enhance completeness.

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

Parameters5/5

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

Given 0% schema description coverage, the description fully compensates by explaining all 8 parameters in the 'Args' section, providing clear semantics for each (e.g., 'max_charts: Maximum number of charts (0 = use rules default)'). This adds significant value beyond the basic 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 the tool's purpose with specific verbs ('Build a complete Tableau dashboard') and resources ('from a Hyper extract file'), including the end-to-end pipeline details. It distinguishes itself from sibling tools like 'csv_to_dashboard' or 'mssql_to_dashboard' by specifying the Hyper file input source.

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

Usage Guidelines3/5

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

The description implies usage context through the pipeline explanation and parameter defaults, but does not explicitly state when to use this tool versus alternatives like 'csv_to_dashboard' or 'create_workbook'. No explicit exclusions or prerequisites are provided.

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/subhatta123/twilize'

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