Skip to main content
Glama

ezd_pracownik_update

Update employee records in the EZD PUW system by providing unit, position, Active Directory login, and organizational roles.

Instructions

Zaktualizuj dane pracownika w systemie EZD PUW.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
CIDNoCorrelation ID — identyfikator procesowości (auto-generated if omitted)
NazwaJednostkiNoNazwa jednostki organizacyjnej
ActiveDirectoryNoLogin Active Directory pracownika
NazwaStanowiskaNoNazwa stanowiska
IdJednosciZrodloNoID jednostki zrodlowej
RoleOrganizacyjneNoRole organizacyjne (tekst)
IdPracownikaZrodloNoID pracownika zrodlowego
IdStanowiskaZrodloNoID stanowiska zrodlowego
RoleOrganizacyjneArrayNoRole organizacyjne (tablica)
IdPracownikaWlascicielaNoID pracownika właściciela (defaults to EZD_WORKER_ID env)
IdStanowiskaWlascicielaNoID stanowiska właściciela (defaults to EZD_POSITION_ID env)
Install Server

TDQS

C2.7/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are present, so the description carries the full burden of behavioral disclosure, but it provides only the mutation intent. It does not disclose what identifies the target employee record, what happens when all 11 optional parameters are omitted, the meaning of the source-versus-owner field groups, authentication requirements, or return behavior. There is no contradiction, but disclosure is minimal.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no wasted words. However, it is under-specified rather than appropriately concise: for an 11-parameter mutation tool it adds almost nothing beyond what the tool name alone communicates, so the brevity does not earn its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given high complexity — 11 optional parameters, no output schema, no annotations, a mutation operation, and 85+ siblings — the one-sentence description is far from complete. An agent cannot determine what constitutes a valid update call, which identifiers are required, or what the tool returns. This is inadequate for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents each parameter's basic meaning. The description adds no parameter-level semantics: it does not clarify which field serves as the update key, the difference between RoleOrganizacyjne and RoleOrganizacyjneArray, or the 'zrodlo' vs 'wlasciciela' distinction. Per the high-coverage rule, baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Zaktualizuj dane pracownika w systemie EZD PUW' states a specific verb (update) and resource (employee data in the EZD PUW system), which is clear against the pracownik_* sibling family (add/get/delete/transfer). However, it largely restates what the tool name already conveys and does not differentiate it from the overlapping ezd_api1_update_worker sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives. The sibling list contains ezd_pracownik_add, ezd_pracownik_transfer, and the near-duplicate ezd_api1_update_worker, yet the description offers no selection criteria, no prerequisites, and no exclusions. Usage is only implied by the verb 'update'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gacabartosz/ezd-puw-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server