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
Available Tools
15 toolsclear_bar_growthInspect
Remove the Bar growth complication from the current session.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| sessionId | No | ||
| sessionSnapshot | No |
clear_bar_reference_lineInspect
Remove the Bar reference line complication from the current session.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| sessionId | No | ||
| sessionSnapshot | No |
configure_bar_growthInspect
Configure the Bar growth complication using the public MCP-facing payload.
| Name | Required | Description | Default |
|---|---|---|---|
| growth | Yes | ||
| dataset | No | ||
| sessionId | No | ||
| sessionSnapshot | No |
configure_bar_reference_lineInspect
Configure the Bar reference line complication using the public MCP-facing payload.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| sessionId | No | ||
| referenceLine | Yes | ||
| sessionSnapshot | No |
create_bar_calculated_fieldInspect
Create a calculated field inside the current Bar session dataset.
| Name | Required | Description | Default |
|---|---|---|---|
| draft | Yes | ||
| dataset | No | ||
| sessionId | No | ||
| sessionSnapshot | No |
create_bar_sessionInspect
Create a new Tabula Bar chart authoring session from a dataset and optional BarSpec draft.
| Name | Required | Description | Default |
|---|---|---|---|
| barSpec | No | ||
| dataset | Yes |
get_bar_control_surfaceInspect
Return the current Bar control surface, dataset schema, warnings, and normalized session snapshot.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| sessionId | No | ||
| sessionSnapshot | No |
open_bar_in_tabulaInspect
Build a local Tabula editor handoff URL for the current Bar session without persisting a project.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| sessionId | No | ||
| slideTitle | No | ||
| projectName | No | ||
| editorBaseUrl | No | ||
| sessionSnapshot | No |
render_bar_pngInspect
Render the current Bar chart session to a PNG using Tabula headless export.
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| dataset | No | ||
| fileName | No | ||
| sessionId | No | ||
| sizePreset | No | ||
| backgroundColor | No | ||
| sessionSnapshot | No |
set_bar_filtersInspect
Update Bar chart filters with the normalized public contract.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| filters | Yes | ||
| sessionId | No | ||
| sessionSnapshot | No |
set_bar_mappingInspect
Update the Bar chart mapping for category, value, and group slots.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| mapping | Yes | ||
| sessionId | No | ||
| sessionSnapshot | No |
set_bar_orientationInspect
Update the Bar chart orientation using the public Bar contract.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| sessionId | No | ||
| orientation | Yes | ||
| sessionSnapshot | No |
set_bar_series_layoutInspect
Update the Bar chart series layout using the public Bar contract.
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No | ||
| sessionId | No | ||
| seriesLayout | Yes | ||
| sessionSnapshot | No |
set_bar_sortInspect
Update Bar chart sort settings with the normalized public contract.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | Yes | ||
| dataset | No | ||
| sessionId | No | ||
| sessionSnapshot | No |
update_bar_styleInspect
Apply a normalized Bar style patch to the current session.
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | ||
| dataset | No | ||
| sessionId | No | ||
| sessionSnapshot | No |
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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!