getSchema
Analyze a MongoDB collection to retrieve field names and data types for schema discovery.
Instructions
Analyze collection structure and return field names with types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| sampleSize | No | Number of documents to sample |