Skip to main content
Glama

Server Details

Calculators accessible via MCP with real-time collaborative sessions and shareable URLs.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

10 tools
calculateInspect

Run a calculation and get results + prefilled URL

ParametersJSON Schema
NameRequiredDescriptionDefault
inputsYesCalculator input values
strictNoIf true, reject invalid or unknown input fields instead of dropping them
calculatorYesCalculator slug
calculate_casInspect

Evaluate one or more headless CAS expressions server-side (MCP-only numeric mode). Unsupported expressions return a GUI handoff link.

ParametersJSON Schema
NameRequiredDescriptionDefault
strictNoIf true, reject unknown fields and malformed expressions instead of dropping them
expressionNoSingle CAS expression to evaluate
expressionsNoOptional ordered list of CAS expressions to evaluate in one isolated context (supports assignments across the batch)
calculate_cas_headlessInspect

Alias of calculate_cas. Headless MCP-only CAS evaluator; if unsupported features are requested, returns GUI handoff details.

ParametersJSON Schema
NameRequiredDescriptionDefault
strictNoIf true, reject unknown fields and malformed expressions instead of dropping them
expressionNoSingle CAS expression to evaluate
expressionsNoOptional ordered list of CAS expressions to evaluate in one isolated context (supports assignments across the batch)
close_sessionInspect

Close a session and optionally persist a snapshot of its final state

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesSession UUID
create_sessionInspect

Create a new interactive session for any calculator and return the session URL

ParametersJSON Schema
NameRequiredDescriptionDefault
metadataNoOptional session metadata
calculatorYesCalculator slug
generate_prefilled_urlInspect

Generate a prefilled URL without running calculation

ParametersJSON Schema
NameRequiredDescriptionDefault
inputsYesInput values for URL
strictNoIf true, reject invalid or unknown input fields instead of dropping them
calculatorYesCalculator slug
get_calculator_schemaInspect

Get the input schema for a specific calculator

ParametersJSON Schema
NameRequiredDescriptionDefault
calculatorYesCalculator slug
get_session_stateInspect

Retrieve the current field values, computation transcript, and pending message queue for an active session

ParametersJSON Schema
NameRequiredDescriptionDefault
session_idYesSession UUID
list_calculatorsInspect

List available calculators, optionally filtered by category

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by category (e.g., 'finance', 'math')
push_session_actionInspect

Push actions into a session's message queue (set fields, submit computation, trigger plot, etc.)

ParametersJSON Schema
NameRequiredDescriptionDefault
actionsYesArray of SessionAction objects to push to the browser
session_idYesSession UUID

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.