Skip to main content
Glama

mcp-plots

MIT License
  • Apple
  • Linux

configure_preferences

Set chart output format, theme, and dimensions for data visualizations. Customize preferences or reset to defaults to control how plots are displayed.

Instructions

Interactive configuration tool for setting user preferences. Parameters: - output_format: "mermaid", "mcp_image", or "mcp_text" - theme: "default", "dark", "seaborn", "minimal", etc. - chart_width: Chart width in pixels - chart_height: Chart height in pixels - reset_to_defaults: Reset all preferences to system defaults If no parameters provided, shows current configuration with sample.

Input Schema

NameRequiredDescriptionDefault
chart_heightNo
chart_widthNo
output_formatNo
reset_to_defaultsNo
themeNo

Input Schema (JSON Schema)

{ "properties": { "chart_height": { "default": null, "title": "Chart Height", "type": "integer" }, "chart_width": { "default": null, "title": "Chart Width", "type": "integer" }, "output_format": { "default": null, "title": "Output Format", "type": "string" }, "reset_to_defaults": { "default": false, "title": "Reset To Defaults", "type": "boolean" }, "theme": { "default": null, "title": "Theme", "type": "string" } }, "type": "object" }

Other Tools from mcp-plots

Related Tools

    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/MR901/mcp-plots'

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