Generate a formal B2B quotation (Surat Penawaran) from the current cart. Valid for 7 days.
AI agents use generate_quotation to create or update resources in Perkakasku — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Perkakasku environment.
| Parameter | Type | Required | Description |
|---|---|---|---|
kota_id | number | Yes | Destination city ID |
courier_id | string | Yes | Courier ID (e.g. 'JNE', 'LLL' for pickup) |
Parameters from the server's own tool schema.
This tool creates and generates a new formal document (quotation/Surat Penawaran) based on cart contents. This is a Write operation as it produces new data records. Severity is medium because while quotations commit business intent and may lead to financial obligations, the tool itself does not directly move money or execute irreversible deletions—it creates a reversible document that can be superseded.
From the tool's definition Tool description states 'Generate a formal B2B quotation' which creates a new document/record. The quotation is a formal business document with a 7-day validity period, indicating it is a persistent, created artifact.
Attacks that exploit this kind of access
Generate a formal B2B quotation (Surat Penawaran) from the current cart. Valid for 7 days. It is categorised as a Write tool in the Perkakasku MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
generate_quotation accepts 2 parameters: kota_id, courier_id. Required: kota_id, courier_id. The full parameter table on this page comes from the server's own tool schema.
Register the Perkakasku MCP server in PolicyLayer and add a rule for generate_quotation: 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 Perkakasku. Nothing to install.
generate_quotation 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 generate_quotation 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 generate_quotation. 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.
generate_quotation is provided by the Perkakasku MCP server (perkakasku-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →