Skip to main content
Glama

floor

Round down any number to its nearest integer using this mathematical function, designed for precise calculations.

Instructions

Rounds a number down to the nearest integer

Input Schema

NameRequiredDescriptionDefault
numberYesThe number to round down

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "number": { "description": "The number to round down", "type": "number" } }, "required": [ "number" ], "type": "object" }

Other Tools from Math-MCP

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/EthanHenrickson/math-mcp'

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