Skip to main content
Glama

MCP Calc Tools

by nbiish

limit

Calculate the limit of a function as it approaches a specified value. Input the function, variable, and approach value to determine the limit efficiently.

Instructions

Calculate the limit of a function as it approaches a value

Input Schema

NameRequiredDescriptionDefault
approachYesValue the variable approaches
expressionYesFunction to evaluate limit
variableYesVariable approaching the limit

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "approach": { "description": "Value the variable approaches", "type": "number" }, "expression": { "description": "Function to evaluate limit", "type": "string" }, "variable": { "description": "Variable approaching the limit", "type": "string" } }, "required": [ "expression", "variable", "approach" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Calc Tools

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/nbiish/mcp-calc-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server