Skip to main content
Glama

Physics MCP Server

by BlinkZer0
schema.js656 B
/** * JSON Schema for statistical mechanics tools */ export const StatmechPartitionSchema = { type: "object", properties: { energy_levels: { type: "array", items: { type: "number" }, description: "Energy levels in Joules" }, temperature: { type: "number", description: "Temperature in Kelvin", default: 300.0 }, degeneracies: { type: "array", items: { type: "number" }, description: "Degeneracies for each energy level (optional, defaults to 1)" } }, required: ["energy_levels"] };

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