get_materials_with_elements
Identify materials containing specific elements while optionally excluding unwanted elements using the Materials Project database, returning up to a defined number of records for targeted research.
Instructions
Find materials containing specific elements.
Args:
elements: List of elements that must be present in the material (e.g., ["Fe", "O"]).
exclude_elements: Optional list of elements that must not be present.
max_records: Maximum number of records to return (default: 10).
Returns:
List of materials containing the specified elements.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
elements | Yes | ||
exclude_elements | No | ||
max_records | No |