fgiscs-history-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_datasetsA | Перечислить наборы открытых данных ФГИС ЦС и глубину истории по каждому. Возвращает название набора, число сохранённых версий, период, за который доступна история, и число различных схем данных за этот период. |
| dataset_versionsA | История версий одного набора: когда публиковалась и менялось ли содержимое. Главное здесь — отметка о версиях, содержимое которых совпадает с другой версией: портал публикует обновление, но данные при этом не менялись. По самому порталу этого не видно — там указана только дата публикации. Args: dataset: идентификатор набора, например 7707082071-ksrms (см. list_datasets) |
| salary_historyA | Динамика среднемесячной оплаты труда рабочего 1 разряда в строительстве по региону. Показывает ставку по каждой версии данных с 2020 года. В источнике лежит только последняя выгрузка — динамики там нет. Args: subject: название или часть названия субъекта РФ, например «Иркутская» или «Москва» |
| salary_growth_rankingA | Рейтинг регионов по росту оплаты труда в строительстве за всю доступную историю. Args: limit: сколько регионов показать ascending: True — начиная с наименьшего роста, False — с наибольшего |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct purpose: listing datasets, showing version history, salary dynamics for a specific region, and regional ranking by salary growth. No two tools overlap in function, and the descriptions make their differences clear.
All names use lowercase snake_case with descriptive two-word compounds. While 'list_datasets' is verb-first, the others are noun phrases (dataset_versions, salary_history, salary_growth_ranking), but the style is uniform and predictable.
With only 4 tools, the server is well-scoped and focused on its purpose of providing historical data analysis. Each tool serves a distinct need, and the count is neither too thin nor excessive.
The server covers listing, version history, and two specific salary analyses, but lacks a tool to retrieve the actual data content of a dataset version. This leaves a notable gap for users who need raw historical dataset values rather than derived salary insights.