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).

edit_item

Inactive

Tool of Achriom

declared in 1.0.0

Edit metadata (title, creator, external ID). Use new_external_id to re-link to correct database entry, then call re_enrich to fetch correct metadata.

Parameters schema

{
  "type": "object",
  "required": [
    "media_type",
    "title"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "Current title (partial match supported)"
    },
    "new_title": {
      "type": "string",
      "description": "New title (if changing)"
    },
    "media_type": {
      "enum": [
        "book",
        "movie",
        "album",
        "show",
        "anime"
      ],
      "type": "string",
      "description": "Type of media"
    },
    "new_creator": {
      "type": "string",
      "description": "New author/artist/director/creator (if changing)"
    },
    "new_external_id": {
      "type": "string",
      "description": "New external ID to re-link item"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Achriom

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

1/7 registries
View full server →