UNPKG

pms-analysis-reports-mcp-server

Version:

PMS analysis reports server handling maintenance reports, equipment analysis, compliance tracking, and performance metrics with ERP access for data extraction

48 lines (47 loc) 4.11 kB
import { ToolArguments, ToolResponse } from "../types/index.js"; export declare function lubeReportTableQuery(args: ToolArguments): Promise<any>; export declare function smartFuelOilTableSearch(args: ToolArguments): Promise<any>; export declare function smartPmsSearch(args: ToolArguments): Promise<any>; export declare function listPmsJobsByCategoryAndStatus(args: ToolArguments): Promise<any>; export declare function listPmsJobsForComponent(args: ToolArguments): Promise<any>; export declare function listPmsJobsForComponentDueWithin(args: ToolArguments): Promise<any>; export declare function listOverdueLubeOilSamples(args: ToolArguments): Promise<any>; export declare function machineryWithWarningLubeOilAnalysis(args: ToolArguments): Promise<any>; export declare function getLatestLubeOilAnalysisForMachinery(args: ToolArguments): Promise<any>; export declare function listLubeOilSamplesByFrequency(args: ToolArguments): Promise<any>; export declare function fetchLubeOilAnalysisWithLink(args: ToolArguments): Promise<any>; export declare function listOverduePmsJobs(args: ToolArguments): Promise<any>; export declare function getLatestFuelAnalysisReport(args: ToolArguments): Promise<any>; export declare function getHistoricalFuelAnalysisData(args: ToolArguments): Promise<any>; export declare function getVesselDetails(args: ToolArguments): Promise<any>; export declare function getOverallMaintenanceSummary(args: ToolArguments): Promise<any>; export declare function getMainEngineMaintenanceSummary(args: ToolArguments): Promise<any>; export declare function getAuxiliaryEngineMaintenanceSummary(args: ToolArguments): Promise<any>; export declare function getPurifierMaintenanceSummary(args: ToolArguments): Promise<any>; export declare function getCompressorMaintenanceSummary(args: ToolArguments): Promise<any>; export declare function getCriticalSparesList(args: ToolArguments): Promise<any>; export declare function getLatestFuelBunkerDetails(args: ToolArguments): Promise<any>; export declare function getFleetFuelOilBunkerAnalysis(args: ToolArguments): Promise<any>; export declare function getFleetPmsWeeklyOverview(args: ToolArguments): Promise<any>; export declare function getFleetMajorMachineryOverdueJobs(args: ToolArguments): Promise<any>; export declare function getFleetMonthEndTechnicalFormsStatus(args: ToolArguments): Promise<any>; export declare function getUserAssociatedVessels(args: ToolArguments): Promise<any>; export declare function getFuelOilAnalysisTableSchema(args: ToolArguments): Promise<ToolResponse>; export declare function fuelOilAnalysisTableQuery(args: ToolArguments): Promise<any>; export declare function getMaintenanceEmails(args: ToolArguments): Promise<any>; export declare function getDailyWorkDoneReportEmails(args: ToolArguments): Promise<any>; export declare function getReportEmails(args: ToolArguments): Promise<any>; export declare function getMaintenanceCasefiles(args: ToolArguments): Promise<any>; export declare function getLubeOilShoreAnalysis(args: ToolArguments): Promise<any>; export declare function getMainEnginePerformanceReview(args: ToolArguments): Promise<any>; export declare function getMainEngineScavengeInspectionReview(args: ToolArguments): Promise<any>; export declare function getAuxiliaryEnginePerformanceReview(args: ToolArguments): Promise<any>; export declare function getMonthEndConsolidatedTechnicalReport(args: ToolArguments): Promise<any>; export declare function getMonthEndFormSubmissionStatus(args: ToolArguments): Promise<any>; export declare function getHistoricalFormSubmissionStatus(args: ToolArguments): Promise<any>; export declare function getVesselPmsHistoricalData(args: ToolArguments): Promise<any>; export declare function getLatestEnginePerformance(args: ToolArguments): Promise<any>; export declare function getHistoricalEnginePerformance(args: ToolArguments): Promise<any>; export declare function googleSearch(args: ToolArguments): Promise<any>; export declare function writeCasefileData(args: ToolArguments): Promise<any>; export declare function retrieveCasefileData(args: ToolArguments): Promise<any>;