Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

mpl_mcp_plot_stem

Visualize discrete data points as a stem plot using x and y values. Customize labels, colors, and layout for clear, structured data representation in Fermat MCP.

Instructions

Plots stem chart of given datavalues

Input Schema

NameRequiredDescriptionDefault
basefmtNok-
bottomNo
colorsNoblue
dpiNo
figsizeNo
gridNo
labelsNo
legendNo
linefmtNo-
markerfmtNoo
orientationNovertical
titleNo
x_dataYes
xlabelNo
y_dataYes
ylabelNo

Input Schema (JSON Schema)

{ "properties": { "basefmt": { "default": "k-", "title": "Basefmt", "type": "string" }, "bottom": { "default": 0, "title": "Bottom", "type": "number" }, "colors": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "default": "blue", "title": "Colors" }, "dpi": { "default": 200, "title": "Dpi", "type": "integer" }, "figsize": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Figsize" }, "grid": { "default": true, "title": "Grid", "type": "boolean" }, "labels": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Labels" }, "legend": { "default": false, "title": "Legend", "type": "boolean" }, "linefmt": { "default": "-", "title": "Linefmt", "type": "string" }, "markerfmt": { "default": "o", "title": "Markerfmt", "type": "string" }, "orientation": { "default": "vertical", "title": "Orientation", "type": "string" }, "title": { "default": "", "title": "Title", "type": "string" }, "x_data": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" } ], "title": "X Data" }, "xlabel": { "default": "", "title": "Xlabel", "type": "string" }, "y_data": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" } ], "title": "Y Data" }, "ylabel": { "default": "", "title": "Ylabel", "type": "string" } }, "required": [ "x_data", "y_data" ], "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