Skip to main content
Glama
wiktorekdev

nuvio-mcp

by wiktorekdev

Get profile settings

nuvio_get_settings
Read-onlyIdempotent

Retrieve the JSON settings blob for a specified profile on TV, mobile, desktop, or web platforms to inspect or export current configuration.

Instructions

Read the JSON settings blob for a profile on a platform.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
platformNoPlatform namespace: tv | mobile | desktop | webtv
profile_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds a little context by specifying that the result is a raw JSON settings blob rather than a parsed or filtered response, but it does not describe any other behavioral traits beyond that.

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?

The description is a single, front-loaded sentence with no filler. It states the action, the resource, and the parameter scoping in under 120 characters.

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

Completeness4/5

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

For a simple read tool with two optional parameters, the schema plus annotations cover most invocation details. The description adds the key output context ('JSON settings blob') despite lacking an output schema. It could be slightly more explicit about what the blob contains, but it is complete enough to guide correct invocation.

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

Parameters3/5

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

The schema documents platform's allowed values but leaves profile_id mostly to type/min/max. The description's phrase 'for a profile on a platform' maps directly to the two parameters and helps disambiguate their roles, but it does not fully compensate for the missing profile_id explanation. With 50% schema coverage, this is adequate but not strong.

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?

The description uses a specific verb ('Read') and a precise resource ('the JSON settings blob for a profile on a platform'). It is clearly distinguished from siblings like nuvio_update_settings, nuvio_set_setting, and nuvio_get_home_catalog_settings by targeting profile settings specifically.

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 intended use is implied by the verb 'Read' and the settings-related sibling names, so an agent can infer this is the retrieval counterpart to mutation tools. However, there is no explicit statement of when to use this tool versus alternatives like nuvio_update_settings or nuvio_get_home_catalog_settings.

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