Skip to main content
Glama

Unit Converter MCP

by zazencodes
MIT License
3
  • Apple

list_supported_units

Identify all available units for specific or general conversion types, including length, temperature, and volume, to ensure accurate unit selection and compatibility.

Instructions

List all supported units for each conversion type or for a specific type.

Input Schema

NameRequiredDescriptionDefault
unit_typeNoSpecific unit type to get supported units for. If not specified, returns all supported units.

Input Schema (JSON Schema)

{ "properties": { "unit_type": { "anyOf": [ { "enum": [ "angle", "area", "computer_data", "density", "energy", "force", "length", "mass", "power", "pressure", "speed", "temperature", "time", "volume" ], "type": "string" }, { "type": "null" } ], "default": null, "description": "Specific unit type to get supported units for. If not specified, returns all supported units.", "title": "Unit Type" } }, "type": "object" }

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/zazencodes/unit-converter-mcp'

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