Skip to main content
Glama

pyResToolbox MCP Server

library_models.py488 B
"""Pydantic models for Component Library access.""" from pydantic import BaseModel, Field from typing import Optional, Literal class ComponentPropertiesRequest(BaseModel): """Request model for component critical properties lookup.""" component: str = Field( ..., description="Component name (e.g., 'Methane', 'C1', 'Ethane', 'C2')" ) eos: Literal["PR79", "PR77", "SRK", "RK"] = Field( "PR79", description="Equation of State model" )

Implementation Reference

Latest Blog Posts

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/gabrielserrao/pyrestoolbox-mcp'

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