Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DESMOS_API_KEY | No | Your Desmos API key for enhanced plotting capabilities |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
basic_graphing_assistant | Assist user with plotting basic math functions. |
advanced_math_analysis | Guide user through deep analysis of complex functions. |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
handle_resources | Provides basic server information. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
hello | A simple tool that returns a greeting. |
validate_formula | Validates the syntax of a mathematical formula, offering intelligent help on failure. |
plot_math_function | Generates a 2D plot. Tries Desmos API if available, otherwise falls back to local rendering. |
analyze_formula | Analyzes mathematical properties of a formula (domain, range, critical points). |
plot_multiple_functions | Plots multiple functions on the same graph. |