mineral-info
Query detailed mineral data by name, type, or elemental composition using the Macrostrat API. Access comprehensive geologic information for analysis or research purposes.
Instructions
Get information about a mineral, use one property
Input Schema
Name | Required | Description | Default |
---|---|---|---|
element | No | An element that the mineral is made of | |
mineral | No | The name of the mineral | |
mineral_type | No | The type of mineral |
Input Schema (JSON Schema)
{
"properties": {
"element": {
"description": "An element that the mineral is made of",
"type": "string"
},
"mineral": {
"description": "The name of the mineral",
"type": "string"
},
"mineral_type": {
"description": "The type of mineral",
"type": "string"
}
},
"type": "object"
}