Skip to main content
Glama

Teradata MCP Server

plot_radar_chart

Generate radar charts from Teradata database tables to visualize multidimensional data relationships using specified labels and columns for comparative analysis.

Instructions

Function to generate a radar plot for labels and columns. Columns mentioned in labels are used as labels and column is used to plot.

PARAMETERS: table_name: Required Argument. Specifies the name of the table to generate the donut plot. Types: str

labels: Required Argument. Specifies the labels to be used for the line plot. Types: str columns: Required Argument. Specifies the column to be used for generating the line plot. Types: str

RETURNS: dict

Input Schema

NameRequiredDescriptionDefault
columnsYes
labelsYes
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "columns": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "Columns" }, "labels": { "title": "Labels", "type": "string" }, "table_name": { "title": "Table Name", "type": "string" } }, "required": [ "table_name", "labels", "columns" ], "type": "object" }

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/blitzstermayank/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server