UNPKG

mcp-talent-server

Version:

Model Context Protocol server for talent management tools

5 lines 1.65 kB
export declare const OrignalSheetsListDescription = "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 List all unstructered or raw sheets in the database"; export declare const OrignalSheetContentByNameDescription = "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 Get content of a unstructered or raw sheet by name and name of the column"; export declare const OrignalSheetsColumnsListDescription = "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 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 declare const OrignalSheetContentSearchDescription = "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 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, \nalways return array of stages of aggregation pipeline, \nSheet row data is stroed in \"data\" key of the document.\nUse project stage to return only the data you need.\n"; //# sourceMappingURL=sheet.d.ts.map