Skip to main content
Glama
wiktorekdev

nuvio-mcp

by wiktorekdev

Copy setup between profiles

nuvio_copy_profile_setup

Copy TV, mobile, or desktop settings between Nuvio profiles, with optional provider credentials. Snapshots the previous state so you can revert with nuvio_undo.

Instructions

Copy TV/mobile/desktop settings (and optionally provider credentials) from one profile to another. The previous state is snapshotted before the write; revert with nuvio_undo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
copy_tvNo
copy_mobileNo
copy_desktopNo
source_profile_idYes
target_profile_idYes
copy_provider_credentialsNo
replace_provider_credentialsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations mark this as a write (readOnlyHint=false), and the description goes further by disclosing that the previous state is snapshotted before the write and that nuvio_undo can revert it. This gives an agent useful safety context beyond the schema/annotations, though it does not say exactly what is overwritten.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two short sentences front-load the action and immediately add the snapshot/undo safety note. No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Core action and required parameters are clear, but for a 7-parameter mutation with no output schema, the description omits the semantics of replace_provider_credentials and the exact overwrite behavior on the target profile. An agent may need to inspect the schema or guess defaults.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description must carry parameter meaning. It maps copy_tv/copy_mobile/copy_desktop to 'TV/mobile/desktop settings' and hints at copy_provider_credentials, but it leaves replace_provider_credentials unexplained and does not clarify defaults or the relationship between the two credential flags.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific operation—copying TV/mobile/desktop settings between profiles—and clearly delimits the resource (profile setup) and optional credential scope. This is enough to distinguish it from generic tools like nuvio_copy_settings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the intended use (duplicating setup across profiles) and points to nuvio_undo for revert, but it never states when to choose this over nuvio_copy_settings or when not to use it. No explicit exclusions or alternatives beyond the undo path.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools