get_material_details
Retrieve comprehensive material details using the Materials Project ID to access properties, structures, and compositions for research or analysis purposes.
Instructions
Get detailed information about a specific material by its Materials Project ID.
Args:
material_id: The Materials Project ID (e.g., "mp-149").
Returns:
Dictionary containing detailed information about the material.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
material_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"material_id": {
"title": "Material Id",
"type": "string"
}
},
"required": [
"material_id"
],
"type": "object"
}