Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

mpl_mcp_plot_barchart

Visualize data distributions by creating customizable bar charts. Input numeric values, labels, and axis titles, and generate vertical or horizontal plots with selectable colors. Supports saving output for further analysis.

Instructions

Plots barchart of given datavalues

Input Schema

NameRequiredDescriptionDefault
colorNoskyblue
dpiNo
labelsNo
orientationNovertical
saveNo
titleNo
valuesYes
xlabelNo
ylabelNo

Input Schema (JSON Schema)

{ "properties": { "color": { "default": "skyblue", "title": "Color", "type": "string" }, "dpi": { "default": 200, "title": "Dpi", "type": "integer" }, "labels": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Labels" }, "orientation": { "default": "vertical", "enum": [ "vertical", "horizontal" ], "title": "Orientation", "type": "string" }, "save": { "default": false, "title": "Save", "type": "boolean" }, "title": { "default": "", "title": "Title", "type": "string" }, "values": { "items": { "type": "number" }, "title": "Values", "type": "array" }, "xlabel": { "default": "", "title": "Xlabel", "type": "string" }, "ylabel": { "default": "", "title": "Ylabel", "type": "string" } }, "required": [ "values" ], "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/abhiphile/fermat-mcp'

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