Skip to main content
Glama
agmonetti

mathmethods-mcp

by agmonetti

integral_comparar

Compare rectangle, trapezoid, Simpson 1/3, and Simpson 3/8 on the same integral, returning per-method results and success flags.

Instructions

Compare rectangle, trapezoid, Simpson 1/3 and Simpson 3/8 on the same integral.

Args: func_str: Math expression in x. a, b: Integration limits (b > a). n: Number of subintervals (Simpson 1/3 needs even, 3/8 needs multiple of 3). epsilon, precision: Error-bound and rounding settings.

Returns: Dict with per-method results and success flags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aYes
bYes
nYes
epsilonNo
func_strYes
precisionNo

Latest Blog Posts

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/agmonetti/mathmethods-mcp'

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