Variable detectVotingAnomaliesToolMetadataConst
detectVotingAnomaliesToolMetadata: {
description: string;
inputSchema: {
properties: {
dateFrom: { description: string; pattern: string; type: string };
dateTo: { description: string; pattern: string; type: string };
groupId: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
mepId: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
sensitivityThreshold: {
default: number;
description: string;
maximum: number;
minimum: number;
type: string;
};
};
type: "object";
};
name: string;
} = ...
Type Declaration
description: string
name: string
Tool metadata for MCP registration