Variable getParliamentaryQuestionsToolMetadataConst
getParliamentaryQuestionsToolMetadata: {
description: string;
inputSchema: {
properties: {
author: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
dateFrom: { description: string; pattern: string; type: string };
dateTo: { description: string; pattern: string; type: string };
docId: { description: string; type: string };
limit: {
default: number;
description: string;
maximum: number;
minimum: number;
type: string;
};
offset: {
default: number;
description: string;
minimum: number;
type: string;
};
status: { description: string; enum: string[]; type: string };
topic: {
description: string;
maxLength: number;
minLength: number;
type: string;
};
type: { description: string; enum: string[]; type: string };
};
type: "object";
};
name: string;
} = ...
Type Declaration
description: string
name: string
Tool metadata for MCP registration