Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

mpl_mcp_plot_scatter

Create scatter plots to visualize numerical data relationships on the Fermat MCP server. Customize charts with labels, colors, markers, and more for clear data insights.

Instructions

Plots scatter chart of given datavalues

Input Schema

NameRequiredDescriptionDefault
alphaNo
colorNoblue
dpiNo
edgecolorsNoface
figsizeNo
gridNo
labelsNo
legendNo
linewidthsNo
markerNoo
saveNo
sizeNo
titleNo
x_dataYes
xlabelNo
y_dataYes
ylabelNo

Input Schema (JSON Schema)

{ "properties": { "alpha": { "default": 0.7, "title": "Alpha", "type": "number" }, "color": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "default": "blue", "title": "Color" }, "dpi": { "default": 200, "title": "Dpi", "type": "integer" }, "edgecolors": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "face", "title": "Edgecolors" }, "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" }, "linewidths": { "default": 1, "title": "Linewidths", "type": "number" }, "marker": { "default": "o", "title": "Marker", "type": "string" }, "save": { "default": false, "title": "Save", "type": "boolean" }, "size": { "anyOf": [ { "type": "integer" }, { "type": "number" }, { "items": { "type": "number" }, "type": "array" } ], "default": 36, "title": "Size" }, "title": { "default": "", "title": "Title", "type": "string" }, "x_data": { "items": { "type": "number" }, "title": "X Data", "type": "array" }, "xlabel": { "default": "", "title": "Xlabel", "type": "string" }, "y_data": { "items": { "type": "number" }, "title": "Y Data", "type": "array" }, "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