MCP Calc Tools

volume

Compute the volume of revolution around the x-axis for a specified mathematical expression within a defined interval.

Instructions

Calculate the volume of revolution around x-axis

Input Schema

NameRequiredDescriptionDefault
endYes
expressionYes
startYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "properties": { "end": { "type": "number" }, "expression": { "type": "string" }, "start": { "type": "number" } }, "required": [ "expression", "start", "end" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Calc Tools

Related Tools

ID: s2q7kkn40a