# onloon-crm-order__createQuotation

创建报价单（配置单据） POST /bshop/contacts/order/save type=quotation。buyer/seller 的 companyName/contactsName/mail 后端必填且必须真实，禁止编造。

Agent View of the PolicyLayer registry record for `onloon-crm-order__createQuotation`. HTML page: https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-order--createquotation

## Facts

- Tool: `onloon-crm-order__createQuotation`
- Server: Lxwl (`@lxwl/mcp-server`) — https://policylayer.com/tools/lxwl-mcp-server.md
- Install: `npx -y @lxwl/mcp-server`
- Homepage: https://www.npmjs.com/package/@lxwl/mcp-server
- Risk category: Write (Medium risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 12
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `cost` | object | no | 价格条款/付款 |
| `data` | string | no |  |
| `date` | string | no | 单据日期，格式 yyyy-MM-dd |
| `fees` | array | no |  |
| `name` | string | no | 单据名称，最长 50 个字符，且必须唯一。超长请缩短或把说明放到 remark |
| `rate` | string | no | 汇率，不填则按 currencyCode 查表 |
| `buyer` | object | no | 贸易信息，后端必填且必须真实，禁止编造；先 getTradeInfo。其余键仅允许 getTradeInfo 返回的真实字段，禁止编造邮箱/公司名。其余键仅允许 getTradeInfo 返回的真实字段，禁止编造邮箱/公司名 |
| `remark` | string | no |  |
| `seller` | object | no | 贸易信息，后端必填且必须真实，禁止编造；先 getTradeInfo。其余键仅允许 getTradeInfo 返回的真实字段，禁止编造邮箱/公司名。其余键仅允许 getTradeInfo 返回的真实字段，禁止编造邮箱/公司名 |
| `status` | string | no | 报价单状态码 |
| `freight` | object | no | 货运信息 |
| `folderId` | string | no |  |

Parameters from the server's own tool schema.

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "onloon-crm-order__createQuotation",
    "arguments": {}
  }
}
```

## Why onloon-crm-order__createQuotation is rated Medium

An AI agent can call onloon-crm-order__createQuotation faster than any human can review: one bad instruction and it creates or modifies resources in Lxwl by the hundred, each call as confident as the last.

Risk signals: High parameter count (87 properties)

## Use case

AI agents use onloon-crm-order__createQuotation to create or update resources in Lxwl, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Lxwl environment.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Lxwl:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "onloon-crm-order__createQuotation": {
      "limits": [
        {
          "counter": "onloon-crm-order__createquotation_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Lxwl (235)

- `onloon-crm-contact__runScene` — Execute — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--runscene.md
- `onloon-crm-customer-management__runScene` — Execute — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-customer-management--runscene.md
- `onloon-customer-dev-b2b__buildSearchQuery` — Execute — https://policylayer.com/tools/lxwl-mcp-server/onloon-customer-dev-b2b--buildsearchquery.md
- `onloon-customer-dev-b2c__buildSearchQuery` — Execute — https://policylayer.com/tools/lxwl-mcp-server/onloon-customer-dev-b2c--buildsearchquery.md
- `onloon-crm-contact__transferContactPool` — Financial — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--transfercontactpool.md
- `onloon-crm-customer-management__transferCustomerPool` — Financial — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-customer-management--transfercustomerpool.md
- `onloon-account__getAccountInfo` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-account--getaccountinfo.md
- `onloon-clue__claimClue` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-clue--claimclue.md
- `onloon-clue__getClue` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-clue--getclue.md
- `onloon-clue__listClues` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-clue--listclues.md
- `onloon-crm-contact__aggregateContacts` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--aggregatecontacts.md
- `onloon-crm-contact__checkDuplicates` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--checkduplicates.md
- `onloon-crm-contact__filterContacts` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--filtercontacts.md
- `onloon-crm-contact__getContact` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--getcontact.md
- `onloon-crm-contact__linkCompany` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--linkcompany.md
- `onloon-crm-contact__listActivities` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listactivities.md
- `onloon-crm-contact__listAuditEvents` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listauditevents.md
- `onloon-crm-contact__listBusinessCurrencies` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listbusinesscurrencies.md
- `onloon-crm-contact__listBusinessStages` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listbusinessstages.md
- `onloon-crm-contact__listCommunications` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listcommunications.md
- `onloon-crm-contact__listContacts` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listcontacts.md
- `onloon-crm-contact__listCountries` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listcountries.md
- `onloon-crm-contact__listFieldConfig` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listfieldconfig.md
- `onloon-crm-contact__listFollowups` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listfollowups.md
- `onloon-crm-contact__listGroups` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listgroups.md
- `onloon-crm-contact__listProducts` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listproducts.md
- `onloon-crm-contact__listScenes` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listscenes.md
- `onloon-crm-contact__listSceneStaticOptions` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listscenestaticoptions.md
- `onloon-crm-contact__listSceneUsers` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listsceneusers.md
- `onloon-crm-contact__listSources` — Read — https://policylayer.com/tools/lxwl-mcp-server/onloon-crm-contact--listsources.md
- …and 205 more: https://policylayer.com/tools/lxwl-mcp-server.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=lxwl-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/lxwl-mcp-server
