Skip to main content
Glama
manish-coder-1007

tableau-mcp-navi

download_view_image

Download a Tableau view as an image and save it to a specified directory. Provide the view ID and optionally set the output path and filename.

Instructions

Download a view's image and save it to disk.

Args: view_id: The ID of the view to download output_dir: Directory to save the image (default: current directory) filename: Optional custom filename without extension (default: view name)

Returns: Success message with file path or error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
view_idYes
output_dirNo
filenameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, description partially covers behavior: saves to disk, default directory, custom filename. Missing details like file format (e.g., PNG), overwrite behavior, and whether 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.

Conciseness5/5

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

Three-line description is front-loaded with the action, uses structured Args/Returns format, and every sentence provides useful information without redundancy.

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 simple download tool, description covers parameters and return values. It lacks details on file type and overwrite behavior, but overall is sufficient given the tool's low complexity and presence of an output schema (not shown).

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?

Schema has 0% description coverage; description adds meaningful explanations for all three parameters: view_id, output_dir (default), filename (default and extension note). This compensates well for lack of schema descriptions.

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

Purpose4/5

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

Description clearly states it downloads a view's image and saves to disk. It differentiates from siblings like 'download_view_image_from_url' and 'get_view_image' by focusing on saving to disk, but does not explicitly contrast them.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives. It lacks context on prerequisites or when to prefer it over 'download_view_image_from_url' or 'get_view_image'.

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/manish-coder-1007/tableau-mcp-navi'

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