defs-autocomplete
Retrieve up to 100 geologic definitions matching a search query using the Macrostrat MCP Server for comprehensive geologic data access.
Instructions
Quickly retrieve all definitions matching a query. Limited to 100 results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes | the search term |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "the search term",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}