Skip to main content
Glama

validate_workbook

Check Tableau workbook files for XSD schema deviations with an informational, non-blocking validation tool that identifies potential formatting issues without preventing file usage.

Instructions

Run an informational XSD schema check on a workbook (2026.1 schema).

This is a non-blocking, advisory check only. Tableau Desktop is the true validator — it routinely produces workbooks that deviate from the published XSD schema, so deviations reported here do NOT indicate the workbook is broken. The workbook will almost certainly open correctly in Tableau regardless of any deviations found.

Args: file_path: Path to a .twb or .twbx file to check. If omitted, checks the currently open workbook (in memory).

Returns: Informational summary of schema deviations (if any).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathNo

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 full burden and does so effectively. It discloses key behavioral traits: non-blocking/advisory nature, that deviations are normal due to Tableau Desktop practices, and that workbooks will likely open regardless of findings. It doesn't mention rate limits or authentication needs, but covers the essential operational context well.

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?

The description is perfectly structured and concise. It begins with the core purpose, then provides crucial context about the check's advisory nature, followed by clear parameter and return value documentation. Every sentence earns its place with no wasted words.

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 complexity (schema validation), lack of annotations, and presence of an output schema, the description is complete. It explains the tool's purpose, limitations, parameter usage, and return value nature. The output schema handles return format details, so the description appropriately focuses on operational context.

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 description coverage is 0%, so the description must compensate. It provides clear semantics for the single parameter: 'file_path: Path to a .twb or .twbx file to check. If omitted, checks the currently open workbook (in memory).' This explains the parameter's purpose, file types, and default behavior, adding significant value beyond the bare 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: 'Run an informational XSD schema check on a workbook (2026.1 schema).' It specifies the exact action (schema check), resource (workbook), and schema version, distinguishing it from siblings like analyze_twb or profile_twb_for_migration which have different analytical purposes.

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: 'This is a non-blocking, advisory check only.' It clarifies that Tableau Desktop is the true validator and deviations don't indicate broken workbooks, establishing clear boundaries for appropriate usage versus alternatives like actual validation tools.

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