Skip to main content
Glama

Desmos MCP Server

by TheGrSun

plot_math_function

Generate 2D mathematical function plots using Desmos API or local rendering. Visualize equations with customizable x and y ranges for mathematical analysis and graphing.

Instructions

Generates a 2D plot. Tries Desmos API if available, otherwise falls back to local rendering.

Input Schema

NameRequiredDescriptionDefault
formulaYes
use_apiNo
x_rangeNo
y_rangeNo

Input Schema (JSON Schema)

{ "properties": { "formula": { "title": "Formula", "type": "string" }, "use_api": { "default": true, "title": "Use Api", "type": "boolean" }, "x_range": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "type": "null" } ], "default": [ -10, 10 ], "title": "X Range" }, "y_range": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Y Range" } }, "required": [ "formula" ], "type": "object" }

Other Tools from Desmos MCP Server

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/TheGrSun/Desmos-MCP'

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