Variable comparePoliticalGroupsToolMetadataConst
comparePoliticalGroupsToolMetadata: {
description: string;
inputSchema: {
properties: {
dateFrom: { description: string; pattern: string; type: string };
dateTo: { description: string; pattern: string; type: string };
dimensions: {
description: string;
items: { enum: string[]; type: string };
type: string;
};
groupIds: {
description: string;
items: { type: string };
maxItems: number;
minItems: number;
type: string;
};
};
required: string[];
type: "object";
};
name: string;
} = ...
Type Declaration
description: string
name: string
Tool metadata for MCP registration