Material Elastic Properties
science.materials.elasticityRetrieve elastic properties for any material: bulk modulus, shear modulus, Poisson ratio, and full 6x6 elastic tensor. Input a Materials Project ID to get data for mechanical simulations.
Instructions
Get mechanical/elastic properties for a material: bulk modulus, shear modulus (Voigt-Reuss-Hill averages), universal anisotropy index, Poisson ratio, and full 6x6 elastic tensor (IEEE format). Essential for structural materials screening and mechanical simulations (Materials Project)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_id | Yes | Materials Project ID (e.g. "mp-149"). Returns bulk/shear modulus, Poisson ratio, elastic tensor |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |