generate_quotation

Generate a formal B2B quotation (Surat Penawaran) from the current cart. Valid for 7 days.

Server Perkakasku perkakasku-mcp-server
Category Write
Risk class Medium
Parameters 22 required

What generate_quotation does on Perkakasku

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.

ParameterTypeRequiredDescription
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.

Why generate_quotation needs a policy

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.

Questions about generate_quotation

What does the generate_quotation tool do? +

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.

What parameters does generate_quotation accept? +

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.

How do I enforce a policy on generate_quotation? +

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.

What risk level is generate_quotation? +

generate_quotation is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit generate_quotation? +

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.

How do I block generate_quotation completely? +

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.

What MCP server provides generate_quotation? +

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.

// LOOK UP ANOTHER 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 →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.