Skip to main content
Glama
palewire

datawrapper-mcp

by palewire

Check Datawrapper Connection

check_datawrapper_connection
Read-onlyIdempotent

Verify which Datawrapper account is authenticated without changing anything, then troubleshoot access issues caused by a misconfigured header falling back to another account.

Instructions

⚠️ DATAWRAPPER MCP TOOL ⚠️ This is part of the Datawrapper MCP server integration.


Check which Datawrapper account is currently authenticated, without creating, modifying, or deleting anything. Use this to troubleshoot access issues - especially when connected through a personal Claude connector using a per-user Authorization header, where a misconfigured header silently falls back to a different account instead of raising an error. If the reported email isn't the one you expected, the header isn't reaching the server correctly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
access_tokenNoOptional Datawrapper API token. When provided, checks that token specifically. When omitted, checks whichever credential this call would otherwise use (the BYOK header, or the server's DATAWRAPPER_ACCESS_TOKEN env var).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.4.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds genuinely new behavioral context beyond that: a misconfigured Authorization header fails silently to a different account rather than erroring, which is exactly the diagnostic nuance an agent needs. It does not say what happens when the token itself is invalid.

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

Conciseness3/5

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

The '⚠️ DATAWRAPPER MCP TOOL ⚠️ / This is part of the Datawrapper MCP server integration. / ---' block is pure boilerplate that pushes the actual purpose statement down. The remaining sentences are tight and well-structured, but roughly a third of the text is filler.

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?

With annotations covering the safety profile and an output schema covering the return value (the reported account email), the description supplies the operational context an agent needs. Minor gap: it does not describe behavior on an invalid or expired token.

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

Parameters3/5

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

Schema description coverage is 100% and the access_token description already explains the provided-vs-omitted behavior, including the BYOK header and DATAWRAPPER_ACCESS_TOKEN env var fallback. The prose description adds no parameter meaning beyond the schema, so the baseline 3 is appropriate.

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 and resource: 'Check which Datawrapper account is currently authenticated.' That is immediately distinguishable from every sibling, all of which perform chart CRUD or export operations. An agent can select this tool without ambiguity.

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

Usage Guidelines4/5

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

It gives clear when-to-use guidance: 'Use this to troubleshoot access issues,' with a concrete failure scenario (per-user Authorization header silently falling back to another account). It does not name a when-not case or an alternative tool, but no sibling competes for this purpose.

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