Skip to main content
Glama
wiktorekdev

nuvio-mcp

by wiktorekdev

Get watch history

nuvio_get_watch_history
Read-onlyIdempotent

Retrieve paginated watch history for any Nuvio profile by specifying the profile ID and page settings to review watched items.

Instructions

List watched items for a profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based)
page_sizeNo
profile_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already convey readOnlyHint and idempotentHint, so the description's disclosure burden is reduced. However, 'List watched items for a profile' adds no behavioral nuance beyond the annotation, missing pagination-side effects, response shape, or ordering semantics.

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 sentence, front-loaded with the essential verb-resource pair. It is efficient and usually waste-free, but the brevity contains almost nothing beyond the purpose, so it reads as terse rather than richly structured.

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?

With no output schema, the description at least conveys that the tool returns a listing, and the input schema fills in defaults and value ranges. It is not obviously incomplete for the simple read case, but it lacks sibling differentiation and pagination, clarification, leaving some inference to the agent.

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 low (33%). The description's 'for a profile' clarifies the implicit profile_id role, but it does not explain page_size, pagination behavior, or defaults. Meaningful parameter context must be inferred from the schema, and even then, page_size has no description.

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 resource ('watched items') with a specific verb ('list'), and the title 'Get watch history' reinforces the intent. It does not explicitly distinguish from siblings like nuvio_get_watch_progress or nuvio_delete_watch_history, but the core purpose is unambiguous.

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 is given on when to use this tool versus alternatives such as nuvio_get_watch_progress or nuvio_set_watch_progress. With a large sibling list, the agent gets no routing information beyond the product description.

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