Skip to main content
Glama
wiktorekdev

nuvio-mcp

by wiktorekdev

Get home catalog settings

nuvio_get_home_catalog_settings
Read-onlyIdempotent

Retrieve the home screen layout and catalog configuration for a specific profile and platform. Use this to fetch current settings for TV, mobile, desktop, or web.

Instructions

Read the home screen layout/catalog configuration 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

B3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and idempotentHint=true, so the safety profile is covered. The description's 'Read' wording is consistent with those annotations and adds no conflicts. It adds some context with 'home screen layout/catalog configuration', but does not describe return format or other behavioral details.

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

Conciseness4/5

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

A single front-loaded sentence with no filler or redundancy. It is appropriately concise, but the terse phrasing sacrifices useful context that other dimensions (parameter semantics) could have provided.

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?

The tool has 2 parameters, no output schema, and read-safe annotations, so a rich description is not essential. However, the description does not mention what a caller receives (the actual settings structure) and leaves profile_id semantics vague. It is acceptable for a simple getter but has notable gaps.

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?

Schema description coverage is 50%; profile_id has no schema description and the tool description only says 'for a profile on a platform', without explaining the profile_id meaning or its 1–6 range. It does not compensate for the undocumented parameter and adds little beyond what the schema already provides.

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

Purpose4/5

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

The description names a specific verb ('Read') and resource ('home screen layout/catalog configuration'), scoped to 'a profile on a platform'. This distinguished it from mutating siblings like nuvio_update_home_catalog_settings or path-setting nuvio_set_home_catalog_path, though it doesn't explicitly cite those alternatives.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives such as nuvio_get_settings or when to prefer nuvio_update_home_catalog_settings. The 'Read' verb implies usage, but no explicit condition, exclusions, or alternative tool references are given.

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