Update an existing waybill. Per doc 1.2 the same InternetDocument request envelope is used for update calls, so pass the raw payload (must include DocumentRef) exactly as defined by Nova Poshta.
AI agents use waybill_update to create or update resources in Novaposhta — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Novaposhta environment.
This tool modifies existing waybill records in a logistics system. While not irreversible (not Destructive), misuse could alter shipping details, addresses, or other waybill properties affecting real shipments and delivery operations. The high severity reflects potential for operational disruption and customer impact if a compromised AI agent modifies waybills maliciously or incorrectly.
From the tool's definition Tool name 'waybill_update' and description 'Update an existing waybill' indicate modification of data. The requirement to pass 'DocumentRef' and reference an 'InternetDocument request envelope' confirm this mutates an existing shipment/waybill record in Nova…
Attacks that exploit this kind of access
Update an existing waybill. Per doc 1.2 the same InternetDocument request envelope is used for update calls, so pass the raw payload (must include DocumentRef) exactly as defined by Nova Poshta. It is categorised as a Write tool in the Novaposhta MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Novaposhta MCP server in PolicyLayer and add a rule for waybill_update: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Novaposhta. Nothing to install.
waybill_update is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the waybill_update rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for waybill_update. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
waybill_update is provided by the Novaposhta MCP server (@shopana/novaposhta-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
waybill_update is one line of Novaposhta's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →