Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| derivative | Calculate the derivative of a mathematical expression |
| integral | Calculate the indefinite integral of a mathematical expression |
| riemann_sum | Calculate the Riemann sum of a function using different methods |
| area | Calculate the area under a curve between two points |
| volume | Calculate the volume of revolution around x-axis |
| logarithm | Calculate logarithm with any base |
| exponential | Calculate exponential function (e^x) |
| compound_interest | Calculate compound interest |
| present_value | Calculate present value of future cash flows |
| npv | Calculate Net Present Value of cash flows |
| darboux_sum | Calculate the Darboux sum of a function |
| limit | Calculate the limit of a function as it approaches a value |
| solve | Solve an equation for a variable |
| laplace_transform | Calculate the Laplace transform of a function |
| fourier_transform | Calculate the Fourier transform of a function |
| z_transform | Calculate the Z-transform of a function |
| black_scholes | Calculate Black-Scholes option price |
| option_greeks | Calculate the Greeks for a Black-Scholes option |