Skip to main content
Glama
nbiish
by nbiish

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
derivativeC

Calculate the derivative of a mathematical expression

integralB

Calculate the indefinite integral of a mathematical expression

riemann_sumC

Calculate the Riemann sum of a function using different methods

areaC

Calculate the area under a curve between two points

volumeC

Calculate the volume of revolution around x-axis

logarithmC

Calculate logarithm with any base

exponentialC

Calculate exponential function (e^x)

compound_interestC

Calculate compound interest

present_valueC

Calculate present value of future cash flows

npvC

Calculate Net Present Value of cash flows

darboux_sumC

Calculate the Darboux sum of a function

limitC

Calculate the limit of a function as it approaches a value

solveC

Solve an equation for a variable

laplace_transformC

Calculate the Laplace transform of a function

fourier_transformC

Calculate the Fourier transform of a function

z_transformC

Calculate the Z-transform of a function

black_scholesC

Calculate Black-Scholes option price

option_greeksB

Calculate the Greeks for a Black-Scholes option

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 18 tools

Disambiguation4/5

Most tools have clearly distinct mathematical purposes, such as 'derivative' for derivatives, 'integral' for integrals, and 'black_scholes' for option pricing. However, there is some overlap between 'area' and 'riemann_sum' (both approximate areas under curves) and 'darboux_sum' (another area approximation method), which could cause confusion in tool selection.

Naming Consistency3/5

The naming is mixed with some consistency in using descriptive terms like 'compound_interest' and 'fourier_transform', but it lacks a uniform pattern. For example, 'black_scholes' uses underscores while 'npv' is an acronym, and there's no consistent verb_noun structure, making it readable but not predictable.

Tool Count3/5

With 18 tools, the count is borderline high for a calculator server, as it covers a broad range from basic math to advanced transforms and financial calculations. This might feel heavy and could overwhelm agents, though each tool seems purposeful within the mathematical domain.

Completeness5/5

The tool set provides comprehensive coverage of mathematical operations, including calculus (derivatives, integrals, limits), transforms (Fourier, Laplace, Z), financial calculations (NPV, present value, Black-Scholes), and basic functions (exponential, logarithm). There are no obvious gaps for a mathematical calculation server, supporting a wide range of agent workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues