@nyuta/estat-mcp
Version:
MCP server for e-Stat API integration - Access Japanese government statistical data
177 lines • 5.77 kB
TypeScript
export declare const TOOL_DEFINITIONS: readonly [{
readonly name: "search_e_stat_tables";
readonly description: string;
readonly inputSchema: {
readonly type: "object";
readonly properties: {
readonly search_word: {
readonly type: "string";
readonly description: string;
};
readonly surveyYears: {
readonly type: "string";
readonly description: string;
};
readonly startPosition: {
readonly type: "number";
readonly description: string;
readonly default: 1;
};
readonly limit: {
readonly type: "number";
readonly description: string;
readonly default: 10;
};
readonly openYears: {
readonly type: "string";
readonly description: string;
};
readonly statsField: {
readonly type: "string";
readonly description: string;
};
readonly statsCode: {
readonly type: "string";
readonly description: string;
};
readonly searchKind: {
readonly type: "string";
readonly description: string;
};
readonly collectArea: {
readonly type: "string";
readonly description: string;
};
readonly lang: {
readonly type: "string";
readonly description: string;
};
};
readonly required: readonly ["search_word"];
};
}, {
readonly name: "get_e_stat_meta_info";
readonly description: string;
readonly inputSchema: {
readonly type: "object";
readonly properties: {
readonly stats_data_id: {
readonly type: "string";
readonly description: string;
};
readonly explanationGetFlg: {
readonly type: "string";
readonly description: string;
};
readonly lang: {
readonly type: "string";
readonly description: string;
};
};
readonly required: readonly ["stats_data_id"];
};
}, {
readonly name: "get_specific_e_stat_data";
readonly description: string;
readonly inputSchema: {
readonly type: "object";
readonly properties: {
readonly data_set_id: {
readonly type: "string";
readonly description: string;
};
readonly stats_data_id: {
readonly type: "string";
readonly description: string;
};
readonly startPosition: {
readonly type: "number";
readonly description: string;
readonly default: 1;
};
readonly limit: {
readonly type: "number";
readonly description: string;
readonly default: 10;
};
readonly sectionHeaderFlg: {
readonly type: "number";
readonly description: string;
};
readonly replaceSpChars: {
readonly type: "number";
readonly description: string;
};
readonly narrowDownArea: {
readonly type: "string";
readonly description: string;
};
readonly lang: {
readonly type: "string";
readonly description: string;
};
};
readonly required: readonly [];
};
}, {
readonly name: "get_e_stat_ref_dataset";
readonly description: string;
readonly inputSchema: {
readonly type: "object";
readonly properties: {
readonly data_set_id: {
readonly type: "string";
readonly description: string;
};
readonly lang: {
readonly type: "string";
readonly description: string;
};
};
readonly required: readonly ["data_set_id"];
};
}, {
readonly name: "get_e_stat_data_catalog";
readonly description: string;
readonly inputSchema: {
readonly type: "object";
readonly properties: {
readonly search_word: {
readonly type: "string";
readonly description: string;
};
readonly surveyYears: {
readonly type: "string";
readonly description: string;
};
readonly startPosition: {
readonly type: "number";
readonly description: string;
readonly default: 1;
};
readonly limit: {
readonly type: "number";
readonly description: string;
readonly default: 10;
};
readonly dataType: {
readonly type: "string";
readonly description: string;
};
readonly catalogId: {
readonly type: "string";
readonly description: string;
};
readonly resourceId: {
readonly type: "string";
readonly description: string;
};
readonly lang: {
readonly type: "string";
readonly description: string;
};
};
readonly required: readonly [];
};
}];
//# sourceMappingURL=tool-definitions.d.ts.map