jobnimbus-mcp-client
Version:
JobNimbus MCP Client - Connect Claude Desktop to remote JobNimbus MCP server
12 lines • 517 B
TypeScript
/**
* Get File Storage Analytics
* File and attachment analytics with storage usage, type distribution, and organization recommendations
*/
import { BaseTool } from '../baseTool.js';
import { MCPToolDefinition, ToolContext } from '../../types/index.js';
export declare class GetFileStorageAnalyticsTool extends BaseTool<any, any> {
get definition(): MCPToolDefinition;
execute(input: any, context: ToolContext): Promise<any>;
private getFileType;
}
//# sourceMappingURL=getFileStorageAnalytics.d.ts.map