Skip to main content
Glama

Physics MCP Server

by BlinkZer0
schema.d.ts800 B
/** * JSON Schema definitions for Units tools */ export declare const UnitsConvertSchema: { readonly type: "object"; readonly properties: { readonly quantity: { readonly type: "object"; readonly properties: { readonly value: { readonly type: "number"; }; readonly unit: { readonly type: "string"; }; }; readonly required: readonly ["value", "unit"]; readonly description: "Input quantity with value and unit"; }; readonly to: { readonly type: "string"; readonly description: "Target unit for conversion"; }; }; readonly required: readonly ["quantity", "to"]; };

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/BlinkZer0/Phys-MCP'

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