# analyze_vlog_coverage

Analyze whether local media covers the Vlog hook, setup, journey, payoff, and outro without changing the project, and report actionable story gaps.

Agent View of the PolicyLayer registry record for `analyze_vlog_coverage`. HTML page: https://policylayer.com/tools/cutpilot/analyze-vlog-coverage

## Facts

- Tool: `analyze_vlog_coverage`
- Server: Cutpilot (`Hellotravisss/cutpilot`) — https://policylayer.com/tools/cutpilot.md
- Homepage: https://github.com/Hellotravisss/cutpilot
- 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": "analyze_vlog_coverage",
    "arguments": {}
  }
}
```

## Why analyze_vlog_coverage is rated Low

Even though analyze_vlog_coverage 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 analyze_vlog_coverage to retrieve information from Cutpilot 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 Cutpilot:

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

## Other tools on Cutpilot (218)

- `cancel_background_task` — Destructive — https://policylayer.com/tools/cutpilot/cancel-background-task.md
- `cancel_export_job` — Destructive — https://policylayer.com/tools/cutpilot/cancel-export-job.md
- `clean_transcript` — Destructive — https://policylayer.com/tools/cutpilot/clean-transcript.md
- `clear_edit_context` — Destructive — https://policylayer.com/tools/cutpilot/clear-edit-context.md
- `clear_item_reframe` — Destructive — https://policylayer.com/tools/cutpilot/clear-item-reframe.md
- `delete_asset_bin` — Destructive — https://policylayer.com/tools/cutpilot/delete-asset-bin.md
- `delete_timeline` — Destructive — https://policylayer.com/tools/cutpilot/delete-timeline.md
- `delete_timeline_marker` — Destructive — https://policylayer.com/tools/cutpilot/delete-timeline-marker.md
- `delete_track` — Destructive — https://policylayer.com/tools/cutpilot/delete-track.md
- `detach_video_proxy` — Destructive — https://policylayer.com/tools/cutpilot/detach-video-proxy.md
- `remove_duplicate_shots` — Destructive — https://policylayer.com/tools/cutpilot/remove-duplicate-shots.md
- `repair_cutpilot_project` — Destructive — https://policylayer.com/tools/cutpilot/repair-cutpilot-project.md
- `ripple_delete_item` — Destructive — https://policylayer.com/tools/cutpilot/ripple-delete-item.md
- `set_transition` — Destructive — https://policylayer.com/tools/cutpilot/set-transition.md
- `unlink_timeline_items` — Destructive — https://policylayer.com/tools/cutpilot/unlink-timeline-items.md
- `audit_cutpilot_project` — Execute — https://policylayer.com/tools/cutpilot/audit-cutpilot-project.md
- `build_semantic_index` — Execute — https://policylayer.com/tools/cutpilot/build-semantic-index.md
- `recover_background_tasks` — Execute — https://policylayer.com/tools/cutpilot/recover-background-tasks.md
- `snap_timeline_time` — Execute — https://policylayer.com/tools/cutpilot/snap-timeline-time.md
- `analyze_asset_beats` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-beats.md
- `analyze_asset_intelligence` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-intelligence.md
- `analyze_asset_scenes` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-scenes.md
- `analyze_asset_silence` — Read — https://policylayer.com/tools/cutpilot/analyze-asset-silence.md
- `analyze_category_release` — Read — https://policylayer.com/tools/cutpilot/analyze-category-release.md
- `analyze_item_reframe` — Read — https://policylayer.com/tools/cutpilot/analyze-item-reframe.md
- `analyze_multicam_sync` — Read — https://policylayer.com/tools/cutpilot/analyze-multicam-sync.md
- `analyze_project_assets` — Read — https://policylayer.com/tools/cutpilot/analyze-project-assets.md
- `analyze_vlog_release` — Read — https://policylayer.com/tools/cutpilot/analyze-vlog-release.md
- `analyze_vlog_rhythm` — Read — https://policylayer.com/tools/cutpilot/analyze-vlog-rhythm.md
- `download_transcription_model` — Read — https://policylayer.com/tools/cutpilot/download-transcription-model.md
- …and 188 more: https://policylayer.com/tools/cutpilot.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=cutpilot · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/cutpilot
