mcp-talent-server
Version:
Model Context Protocol server for talent management tools
7 lines • 583 B
JavaScript
export const sheetSchemaDescription = `Search for available sheets with schema to search within and use to create accurate aggregation pipelines
**Schema and fields for creating aggregation pipeline**
• **dataTypes fields**: Shows the expected datatypes that field can have
• **arrayItems field**: Contains fields of an array if dataType contains array
• **objectProperties**: Contains properties of object that field can contain if dataType contains object
• **sheetName field**: Identifies which sheet contains specific data types`;
//# sourceMappingURL=sheet-schema.js.map