Skip to main content
Glama

Server Details

Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

15 tools
clear_bar_growthInspect

Remove the Bar growth complication from the current session.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
sessionIdNo
sessionSnapshotNo
clear_bar_reference_lineInspect

Remove the Bar reference line complication from the current session.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
sessionIdNo
sessionSnapshotNo
configure_bar_growthInspect

Configure the Bar growth complication using the public MCP-facing payload.

ParametersJSON Schema
NameRequiredDescriptionDefault
growthYes
datasetNo
sessionIdNo
sessionSnapshotNo
configure_bar_reference_lineInspect

Configure the Bar reference line complication using the public MCP-facing payload.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
sessionIdNo
referenceLineYes
sessionSnapshotNo
create_bar_calculated_fieldInspect

Create a calculated field inside the current Bar session dataset.

ParametersJSON Schema
NameRequiredDescriptionDefault
draftYes
datasetNo
sessionIdNo
sessionSnapshotNo
create_bar_sessionInspect

Create a new Tabula Bar chart authoring session from a dataset and optional BarSpec draft.

ParametersJSON Schema
NameRequiredDescriptionDefault
barSpecNo
datasetYes
get_bar_control_surfaceInspect

Return the current Bar control surface, dataset schema, warnings, and normalized session snapshot.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
sessionIdNo
sessionSnapshotNo
open_bar_in_tabulaInspect

Build a local Tabula editor handoff URL for the current Bar session without persisting a project.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
sessionIdNo
slideTitleNo
projectNameNo
editorBaseUrlNo
sessionSnapshotNo
render_bar_pngInspect

Render the current Bar chart session to a PNG using Tabula headless export.

ParametersJSON Schema
NameRequiredDescriptionDefault
widthNo
heightNo
datasetNo
fileNameNo
sessionIdNo
sizePresetNo
backgroundColorNo
sessionSnapshotNo
set_bar_filtersInspect

Update Bar chart filters with the normalized public contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
filtersYes
sessionIdNo
sessionSnapshotNo
set_bar_mappingInspect

Update the Bar chart mapping for category, value, and group slots.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
mappingYes
sessionIdNo
sessionSnapshotNo
set_bar_orientationInspect

Update the Bar chart orientation using the public Bar contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
sessionIdNo
orientationYes
sessionSnapshotNo
set_bar_series_layoutInspect

Update the Bar chart series layout using the public Bar contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
datasetNo
sessionIdNo
seriesLayoutYes
sessionSnapshotNo
set_bar_sortInspect

Update Bar chart sort settings with the normalized public contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
sortYes
datasetNo
sessionIdNo
sessionSnapshotNo
update_bar_styleInspect

Apply a normalized Bar style patch to the current session.

ParametersJSON Schema
NameRequiredDescriptionDefault
styleYes
datasetNo
sessionIdNo
sessionSnapshotNo

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.