Macrostrat MCP Server

mineral-info

Get information about a mineral, use one property

Input Schema

NameRequiredDescriptionDefault
elementNoAn element that the mineral is made of
mineralNoThe name of the mineral
mineral_typeNoThe 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" }