# create_inquiry

Submit quote inquiry; args: full_name, email, message, optional phone/route, test true prevents forwarding, lang/language en|lt|pl|de.

Agent View of the PolicyLayer registry record for `create_inquiry`. HTML page: https://policylayer.com/tools/com-fromtocargo-mcp/create-inquiry

## Facts

- Tool: `create_inquiry`
- Server: Mcp (`https://mcp.fromtocargo.com/mcp`) — https://policylayer.com/tools/com-fromtocargo-mcp.md
- Homepage: https://github.com/coservices-ee/fromtocargo-mcp
- Risk category: Write (Medium risk)
- Registry record: grade C, identity unverified
- Server auth posture: open
- Server rate-limited: no
- Parameters: 8
- Recommended policy verdict: Rate-limited

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `lang` | string | no |  |
| `test` | boolean | no |  |
| `email` | string | no |  |
| `phone` | string | no |  |
| `route` | string | no |  |
| `message` | string | no |  |
| `language` | string | no |  |
| `full_name` | 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": "create_inquiry",
    "arguments": {}
  }
}
```

## Why create_inquiry is rated Medium

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

## Use case

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

## Recommended policy (PolicyLayer)

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

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "create_inquiry": {
      "limits": [
        {
          "counter": "create_inquiry_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Mcp (18)

- `estimate_by_items` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/estimate-by-items.md
- `estimate_by_rooms` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/estimate-by-rooms.md
- `estimate_cargo_price` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/estimate-cargo-price.md
- `estimate_price` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/estimate-price.md
- `get_cargo_tariff` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-cargo-tariff.md
- `get_company_info` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-company-info.md
- `get_faq` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-faq.md
- `get_glossary` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-glossary.md
- `get_price_index` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-price-index.md
- `get_pricing_methodology` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-pricing-methodology.md
- `get_pricing_rules` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-pricing-rules.md
- `get_route` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-route.md
- `get_route_content` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-route-content.md
- `get_services` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-services.md
- `get_terms` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/get-terms.md
- `list_countries` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/list-countries.md
- `list_languages` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/list-languages.md
- `search_routes` — Read — https://policylayer.com/tools/com-fromtocargo-mcp/search-routes.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=com-fromtocargo-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/com-fromtocargo-mcp
