# bolsa_auction-management_convert

Convert empty auction to draft

Agent View of the PolicyLayer registry record for `bolsa_auction-management_convert`. HTML page: https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-auction-management-convert

## Facts

- Tool: `bolsa_auction-management_convert`
- Server: Bolsa De Carga (`cargoffer/bolsa_de_carga-mcp`) — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp.md
- Homepage: https://github.com/cargoffer/bolsa_de_carga-mcp
- Risk category: Write (Medium risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

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

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "bolsa_auction-management_convert",
    "arguments": {}
  }
}
```

## Why bolsa_auction-management_convert is rated Medium

This tool changes the state of an existing auction resource (empty → draft), which is a reversible modification. It does not delete data, execute arbitrary code, or trigger financial transactions. The modification could affect marketplace operations if misused (e.g., converting auctions without proper authorization), but the action itself is reversible and typical of Write category operations.

From the tool's own definition: "Tool name includes 'convert' and description states 'Convert empty auction to draft', which modifies the state of an auction from one status to another."

## Use case

AI agents use bolsa_auction-management_convert to create or update resources in Bolsa De Carga, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Bolsa De Carga environment.

## Recommended policy (PolicyLayer)

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

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "bolsa_auction-management_convert": {
      "limits": [
        {
          "counter": "bolsa_auction-management_convert_rate",
          "window": "minute",
          "max": 30,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Bolsa De Carga (196)

- `bolsa_address_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-address-delete.md
- `bolsa_apikey_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-apikey-delete.md
- `bolsa_auction_eliminar` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-auction-eliminar.md
- `bolsa_auction-contract_cancel` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-auction-contract-cancel.md
- `bolsa_auction-favorites_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-auction-favorites-delete.md
- `bolsa_auction-management_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-auction-management-delete.md
- `bolsa_bid_auctions_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-bid-auctions-delete.md
- `bolsa_carriers_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-carriers-delete.md
- `bolsa_countries_soft` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-countries-soft.md
- `bolsa_deliveries_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-deliveries-delete.md
- `bolsa_delivery_cancel` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-delivery-cancel.md
- `bolsa_delivery_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-delivery-delete.md
- `bolsa_documents_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-documents-delete.md
- `bolsa_drivers_remove` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-drivers-remove.md
- `bolsa_issues_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-issues-delete.md
- `bolsa_notifications_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-notifications-delete.md
- `bolsa_payment_eliminar` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-payment-eliminar.md
- `bolsa_trailers_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-trailers-delete.md
- `bolsa_trucker_group_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-trucker-group-delete.md
- `bolsa_truckers_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-truckers-delete.md
- `bolsa_users_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-users-delete.md
- `bolsa_users_soft` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-users-soft.md
- `bolsa_users-management_delete` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-users-management-delete.md
- `bolsa_vehicles_soft` — Destructive — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-vehicles-soft.md
- `bolsa_auth_enterprise` — Execute — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-auth-enterprise.md
- `bolsa_users-profile_send` — Execute — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-users-profile-send.md
- `bolsa_billing_procesar` — Financial — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-billing-procesar.md
- `bolsa_billing_sincronizar` — Financial — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-billing-sincronizar.md
- `bolsa_payment_acceder` — Financial — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-payment-acceder.md
- `bolsa_payment_aceptar` — Financial — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-payment-aceptar.md
- …and 166 more: https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp.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=cargoffer-bolsa-de-carga-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/cargoffer-bolsa-de-carga-mcp
