# save_tags

Save classification tags for a video.

Agent View of the PolicyLayer registry record for `save_tags`. HTML page: https://policylayer.com/tools/0xchamin-mcptube/save-tags

## Facts

- Tool: `save_tags`
- Server: Mcptube Vision (`0xchamin/mcptube`) — https://policylayer.com/tools/0xchamin-mcptube.md
- Homepage: https://github.com/0xchamin/mcptube
- Risk category: Write (Medium risk)
- Registry record: grade D, 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": "save_tags",
    "arguments": {}
  }
}
```

## Why save_tags is rated Medium

This tool creates or modifies tag data associated with videos, which is a Write operation. It does not delete data (not Destructive), does not execute external code or commands (not Execute), does not move money (not Financial), and has side effects beyond just reading (not Read).

From the tool's own definition: "The tool name 'save_tags' and description 'Save classification tags for a video' indicate it modifies metadata associated with a video by writing tags to the knowledge base. This is a reversible write operation on structured data (tags/classifications)."

## Use case

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

## Recommended policy (PolicyLayer)

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

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

## Other tools on Mcptube Vision (20)

- `remove_video` — Destructive — https://policylayer.com/tools/0xchamin-mcptube/remove-video.md
- `ask_video` — Read — https://policylayer.com/tools/0xchamin-mcptube/ask-video.md
- `ask_videos` — Read — https://policylayer.com/tools/0xchamin-mcptube/ask-videos.md
- `classify_video` — Read — https://policylayer.com/tools/0xchamin-mcptube/classify-video.md
- `discover_videos` — Read — https://policylayer.com/tools/0xchamin-mcptube/discover-videos.md
- `generate_report` — Read — https://policylayer.com/tools/0xchamin-mcptube/generate-report.md
- `generate_report_from_query` — Read — https://policylayer.com/tools/0xchamin-mcptube/generate-report-from-query.md
- `get_frame` — Read — https://policylayer.com/tools/0xchamin-mcptube/get-frame.md
- `get_frame_by_query` — Read — https://policylayer.com/tools/0xchamin-mcptube/get-frame-by-query.md
- `get_frame_data` — Read — https://policylayer.com/tools/0xchamin-mcptube/get-frame-data.md
- `get_info` — Read — https://policylayer.com/tools/0xchamin-mcptube/get-info.md
- `list_videos` — Read — https://policylayer.com/tools/0xchamin-mcptube/list-videos.md
- `synthesize` — Read — https://policylayer.com/tools/0xchamin-mcptube/synthesize.md
- `wiki_ask` — Read — https://policylayer.com/tools/0xchamin-mcptube/wiki-ask.md
- `wiki_history` — Read — https://policylayer.com/tools/0xchamin-mcptube/wiki-history.md
- `wiki_list` — Read — https://policylayer.com/tools/0xchamin-mcptube/wiki-list.md
- `wiki_search` — Read — https://policylayer.com/tools/0xchamin-mcptube/wiki-search.md
- `wiki_show` — Read — https://policylayer.com/tools/0xchamin-mcptube/wiki-show.md
- `wiki_toc` — Read — https://policylayer.com/tools/0xchamin-mcptube/wiki-toc.md
- `add_video` — Write — https://policylayer.com/tools/0xchamin-mcptube/add-video.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=0xchamin-mcptube · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/0xchamin-mcptube
