You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.0.0).

update_rating

Inactive

Tool of Achriom

declared in 1.0.0

Set or update user rating. Supports half-stars: 0.5 to 5.0 in 0.5 increments (e.g. 3.5).

Parameters schema

{
  "type": "object",
  "required": [
    "media_type",
    "title",
    "rating"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "The title to rate (partial match supported)"
    },
    "rating": {
      "type": "number",
      "maximum": 5,
      "minimum": 0.5,
      "multipleOf": 0.5,
      "description": "Rating from 0.5 to 5 stars, in half-star increments (e.g. 3.5)"
    },
    "media_type": {
      "enum": [
        "book",
        "movie",
        "album",
        "show",
        "anime"
      ],
      "type": "string",
      "description": "Type of media"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Achriom

https://github.com/achriom/achriom-mcp

1/7 registries
View full server →