corp-resourcing
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 |
|---|---|
| find_projectsA | Найти проекты агентства по коду, названию или клиенту. Возвращает карточку проекта: статус, менеджер, часовая ставка. Используйте, когда нужно узнать факты о конкретном проекте. Для вопросов о людях используйте find_people. |
| find_peopleA | Найти сотрудников и посмотреть их загрузку по проектам. Фильтры необязательны и складываются. Возвращает роль, грейд, текущую загрузку и свободную ёмкость в процентах. Используйте для вопросов «кто свободен», «кто на проекте», «есть ли ресурс на новую задачу». |
| utilization_summaryA | Посчитать сводку по загрузке всей команды: сколько человек перегружено, сколько простаивает, средняя загрузка. Используйте для отчётов и обзоров, а не для поиска конкретного человека. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| resource_review | Заготовка еженедельного разбора загрузки команды. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Справочник проектов | Полный список проектов агентства в JSON. |
| Политика назначения на проекты | Внутренние правила, по которым люди попадают на проекты. |
TDQS
Scored across 3 tools
The three tools partition the space cleanly: team-level utilization, project facts, and people availability. The descriptions explicitly cross-reference one another and warn against misuse, so an agent should not confuse them.
find_projects and find_people follow a consistent find_* pattern, but utilization_summary breaks the verb pattern with a noun-based name. All names use snake_case and are readable, so the inconsistency is minor.
Three tools is slightly lean but appropriate for a focused read-only resourcing and staffing lookup server. Each tool addresses a distinct need: team summary, project lookup, and people lookup.
For a query-oriented resourcing tool, the surface covers the main use cases: overall team utilization, specific project facts, and individual availability. It lacks update/create operations and deeper project-staffing queries, but those appear outside its stated scope.