Variable getMEPsToolMetadataConst
getMEPsToolMetadata: {
description: string;
inputSchema: {
properties: {
active: { default: boolean; description: string; type: string };
committee: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
country: {
description: string;
maxLength: number;
minLength: number;
pattern: string;
type: string;
};
group: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
limit: {
default: number;
description: string;
maximum: number;
minimum: number;
type: string;
};
offset: {
default: number;
description: string;
minimum: number;
type: string;
};
};
type: "object";
};
name: string;
} = ...
Type Declaration
description: string
name: string
Tool metadata for MCP registration