# get_destination_capabilities

Build a destination profile and first capability matrix from the current site assessment and fingerprint. Summarizes what the current Elementor destination likely supports and where fallback handling is still needed.

Agent View of the PolicyLayer registry record for `get_destination_capabilities`. HTML page: https://policylayer.com/tools/vamerli-elementify-mcp/get-destination-capabilities

## Facts

- Tool: `get_destination_capabilities`
- Server: Elementify MCP (`vamerli/elementify-mcp`) — https://policylayer.com/tools/vamerli-elementify-mcp.md
- Homepage: https://github.com/Vamerli/elementify-mcp
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

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

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

## Why get_destination_capabilities is rated Low

Even though get_destination_capabilities only reads data, uncontrolled read access leaks sensitive information and racks up API costs: an agent caught in a retry loop can make thousands of calls a minute without anyone noticing.

## Use case

AI agents call get_destination_capabilities to retrieve information from Elementify MCP without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

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

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "get_destination_capabilities": {}
  }
}
```

## Other tools on Elementify MCP (253)

- `delete_amelia_appointment` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-amelia-appointment.md
- `delete_amelia_service` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-amelia-service.md
- `delete_media` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-media.md
- `delete_menu` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-menu.md
- `delete_menu_item` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-menu-item.md
- `delete_post` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-post.md
- `delete_product` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-product.md
- `delete_template` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-template.md
- `delete_term` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/delete-term.md
- `review_change` — Destructive — https://policylayer.com/tools/vamerli-elementify-mcp/review-change.md
- `advanced_creator_mode` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/advanced-creator-mode.md
- `assess_site` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/assess-site.md
- `explain_recommendation` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/explain-recommendation.md
- `run_free_guided_transition` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/run-free-guided-transition.md
- `run_free_wizard_preset` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/run-free-wizard-preset.md
- `start_workflow_execution` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/start-workflow-execution.md
- `trigger_ally_scan` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/trigger-ally-scan.md
- `wizard_extension_lite` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/wizard-extension-lite.md
- `wizard_new_site_lite` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/wizard-new-site-lite.md
- `wizard_optimization_lite` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/wizard-optimization-lite.md
- `wizard_relaunch_lite` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/wizard-relaunch-lite.md
- `wizard_stack_bootstrap` — Execute — https://policylayer.com/tools/vamerli-elementify-mcp/wizard-stack-bootstrap.md
- `analyze_addon_overlap` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-addon-overlap.md
- `analyze_composition_requirements` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-composition-requirements.md
- `analyze_content_patterns` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-content-patterns.md
- `analyze_ea_usage` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-ea-usage.md
- `analyze_elementskit_usage` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-elementskit-usage.md
- `analyze_happy_addons_usage` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-happy-addons-usage.md
- `analyze_jet_usage` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-jet-usage.md
- `analyze_powerpack_usage` — Read — https://policylayer.com/tools/vamerli-elementify-mcp/analyze-powerpack-usage.md
- …and 223 more: https://policylayer.com/tools/vamerli-elementify-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=vamerli-elementify-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/vamerli-elementify-mcp
