Skip to content

MCP: Collection emoji/icon not settable via API #26

@axelquack

Description

@axelquack

Summary: The REST PUT /collection/{id} API accepts a color field (hex string) and stores it correctly. However, an icon field with an emoji value is silently ignored — no error, not stored. The Raindrop UI allows setting emoji icons on collections, but there is no API equivalent.

  • Expected: An icon or emoji field accepted by PUT /collection/{id} to set the collection icon programmatically.
  • Actual: Field is silently ignored. Only title, description, parent_id, and color are writable via API.
  • Note: color (hex string) does work correctly via REST — this request is specifically for emoji/icon support.
  • Related: https://github.com/axelquack/raindrop-mcp-scripts

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions