# bolsa_users-profile_send

Send email verification

Agent View of the PolicyLayer registry record for `bolsa_users-profile_send`. HTML page: https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-users-profile-send

## Facts

- Tool: `bolsa_users-profile_send`
- 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: Execute (High 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_users-profile_send",
    "arguments": {}
  }
}
```

## Why bolsa_users-profile_send is rated High

Sending an email verification triggers an external side effect (dispatching an email) that depends on the target address argument. It does not merely read or write internal data; it initiates an outbound communication action, placing it in the Execute category. Misuse could spam users or trigger unintended verification flows, hence medium severity.

From the tool's own definition: "Send email verification — triggers an external operation (sends an email) to an external recipient"

## Use case

AI agents invoke bolsa_users-profile_send to trigger actions in Bolsa De Carga. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

## 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_users-profile_send": {
      "limits": [
        {
          "counter": "bolsa_users-profile_send_rate",
          "window": "minute",
          "max": 10,
          "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_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
- `bolsa_payment_activar` — Financial — https://policylayer.com/tools/cargoffer-bolsa-de-carga-mcp/bolsa-payment-activar.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
