Skip to main content
Glama

Physics MCP Server

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

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