Skip to main content
Glama
Rajvardhan-singh-26

Tableau MCP Server

tableau_connect

Authenticate to Tableau Server or Cloud using configured credentials. Idempotent: returns current session identity if already connected, verifying connectivity and user's site role.

Instructions

Sign in to Tableau Server/Cloud using the configured credentials.

Idempotent: if already connected, returns the current session's identity without re-authenticating. Most tools call this automatically, so you rarely need to invoke it explicitly — use it to verify connectivity or surface the signed-in user's site role up front.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.7/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses idempotency and the behavior of returning the current session identity without re-authenticating if already connected. This is helpful, though it could also mention error behavior or session handling, but the disclosed traits are sufficient for this simple tool.

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 two sentences, front-loaded with the core purpose and followed by concise behavioral/usage notes. Every sentence earns its place with no redundancy or fluff.

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 (0 params) and the presence of an output schema, the description is complete. It covers what the tool does, when to use it, idempotency, and the type of return information (identity and site role). No critical information is missing.

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. The description adds meaning by explaining that authentication uses 'configured credentials', which clarifies why no input parameters are needed. It does not need to elaborate further given 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 states a specific verb-resource pair ('Sign in to Tableau Server/Cloud') and distinguishes the tool from siblings like tableau_disconnect and tableau_health_check. It clearly indicates what the tool does and the context in which it is used.

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 explicitly states when to use the tool ('verify connectivity or surface the signed-in user's site role up front') and when not to ('Most tools call this automatically, so you rarely need to invoke it explicitly'). This provides clear usage guidance and exclusions.

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