UNPKG

mcp-talent-server

Version:

Model Context Protocol server for talent management tools

10 lines 1.14 kB
const baseProperties = `This is the fallback tool for search in sheets, I f structure search is not possible, use this tool to search in sheets, Use this tool when user asks to search in updated data or raw data`; export const OrignalSheetsListDescription = `${baseProperties} List all unstructered or raw sheets in the database`; export const OrignalSheetContentByNameDescription = `${baseProperties} Get content of a unstructered or raw sheet by name and name of the column`; export const OrignalSheetsColumnsListDescription = `${baseProperties} Get columns of a unstructered or raw sheet by sheet id, For details about column information use this tool to get the column information`; export const OrignalSheetContentSearchDescription = `${baseProperties} Search for content of a unstructered or raw sheet by aggregation pipeline, for searching within different sheets use this tool multiple times with different aggregation pipelines, always return array of stages of aggregation pipeline, Sheet row data is stroed in "data" key of the document. Use project stage to return only the data you need. `; //# sourceMappingURL=sheet.js.map