Skip to main content
Glama

Physics MCP Server

by BlinkZer0
schema.d.ts401 B
/** * JSON Schema definitions for Constants tools */ export declare const ConstantsGetSchema: { readonly type: "object"; readonly properties: { readonly name: { readonly type: "string"; readonly description: "Name of the physical constant (e.g., 'c', 'h', 'e', 'k_B', 'G', 'M_sun', 'pc', 'ly')"; }; }; readonly required: readonly ["name"]; };

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