Skip to main content
Glama

Desmos MCP Server

by TheGrSun

analyze_formula

Analyze mathematical properties of formulas including domain, range, and critical points to understand function behavior and characteristics.

Instructions

Analyzes mathematical properties of a formula (domain, range, critical points).

Input Schema

NameRequiredDescriptionDefault
analysis_typeNobasic
formulaYes

Input Schema (JSON Schema)

{ "properties": { "analysis_type": { "default": "basic", "enum": [ "basic", "detailed", "critical_points" ], "title": "Analysis Type", "type": "string" }, "formula": { "title": "Formula", "type": "string" } }, "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