Skip to main content
Glama

Mark media/game progress

ryot_mark_media_progress

Update progress for any Ryot media item: start, complete, drop, hold, or set completion percentage.

Instructions

Generic progress tool: start, complete, drop, hold, or update progress percent for any Ryot metadata item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoRequired for action=set_state
actionYes
percentNoRequired for action=set_percent, from 0 to 100
startedOnNoOptional start time for complete with startedAndFinishedOnDate
timestampNoUsed for start/complete. Defaults to current time.
metadataIdYes
manualTimeSpentNoOptional time spent, in Ryot's expected unit
showSeasonNumberNo
mangaVolumeNumberNo
showEpisodeNumberNo
animeEpisodeNumberNo
mangaChapterNumberNo
podcastEpisodeNumberNo
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions actions but does not disclose behavioral details such as side effects (e.g., setting state to COMPLETED also sets progress to 100%), interaction between actions and parameters, or whether updates are incremental. The schema's parameter descriptions provide minimal context, but the description adds no extra behavioral clarity.

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?

The description is a single sentence that efficiently communicates the tool's generic nature and actions. It front-loads key information ('Generic progress tool') and avoids fluff. Minor improvement would be to structure it for scanning.

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

Completeness2/5

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

With 13 parameters including media-specific fields (e.g., showEpisodeNumber, mangaChapterNumber) and no output schema, the description is insufficient. It does not explain parameter dependencies, relevance to different media types, or what happens after invoking actions (e.g., response or state changes). A more comprehensive description is needed for this complex tool.

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 only 38%, meaning most parameters lack descriptions. The tool description does not clarify any parameters beyond listing actions in the text. For a low-coverage tool, the description should compensate by explaining key parameters (e.g., state, percent, timestamps) but fails to do so.

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 clearly states it is a 'Generic progress tool' for 'any Ryot metadata item', and lists the available actions (start, complete, drop, hold, update percent). This verb+resource combination is specific and distinguishes it from sibling tools that target specific media types (e.g., ryot_mark_game_completed).

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 calls itself 'generic', implying it can be used as a unified alternative to specific progress tools, but it does not explicitly state when to choose this over siblings or provide exclusion criteria. Usage context is implied but not clarified.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shivanshBTW/ryot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server