Tools

Available MCP tool groups

The MCP server currently exposes tools mapped from public API endpoints.

Scenes

  • list_scenes
  • create_scene
  • get_scene
  • update_scene
  • delete_scene
  • get_scene_content
  • update_scene_content

Collections

  • list_collections
  • create_collection
  • get_collection
  • update_collection
  • delete_collection
  • list_collection_scenes
  • create_collection_scene

Workspace

  • get_workspace
  • update_workspace

Users

  • list_workspace_users
  • get_workspace_user
  • update_workspace_user
  • remove_workspace_user

Invites

  • list_invites
  • create_invite
  • get_invite
  • update_invite
  • delete_invite

Logs

  • list_logs

Your MCP client may show fewer tools than listed above if your API key does not include permissions for the underlying routes.

On this page