Skip to main content
Glama

MCP Calc Tools

by nbiish

z_transform

Compute the Z-transform of a discrete-time function by specifying the expression, time variable, Z-transform variable, and optional summation limit using MCP Calc Tools.

Instructions

Calculate the Z-transform of a function

Input Schema

NameRequiredDescriptionDefault
expressionYesFunction of discrete time
limitNoUpper limit for summation (default: 100)
timeVarYesDiscrete time variable
zVarYesZ-transform variable

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "expression": { "description": "Function of discrete time", "type": "string" }, "limit": { "description": "Upper limit for summation (default: 100)", "type": "number" }, "timeVar": { "description": "Discrete time variable", "type": "string" }, "zVar": { "description": "Z-transform variable", "type": "string" } }, "required": [ "expression", "timeVar", "zVar" ], "type": "object" }
Install Server

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