30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

BuddyBoss Manage Media

buddyboss/manage-media organises photos and videos that already exist: moves them between albums, changes their privacy, renames them.

It cannot upload.

At a glance

Abilitybuddyboss/manage-media
ToolsetBuddyBoss — toolset/buddyboss
GroupBuddyBoss › Media & Documents
RequiresAcrossAI Pro, plus BuddyBoss Platform active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Pro 0.9.16 and later

Why uploading is not possible here

BuddyBoss requires attachment IDs that come from a binary multipart upload. A JSON call cannot perform one, so new files must be added through the site itself.

That is a protocol limitation rather than a policy decision, and it applies equally to avatars and documents.

What is possible is everything after the upload, which is most of the actual work on an established community: things end up in the wrong album, or with the wrong privacy, far more often than they need re-uploading.

Changing privacy to public makes an item visible beyond the community — unless it belongs to a group, in which case the group still governs. That exception is easy to forget and produces the belief that a privacy change did nothing.

Documents are handled by buddyboss/manage-document instead, because they nest in folders that inherit privacy rather than sitting in flat albums.

Idempotent.

Input

NameTypeRequiredWhat it is
media_idintegerYesThe photo or video.
album_idintegerNoMove it into this album.
privacystringNoNew privacy. A group still governs when the item is in one.
titlestringNoRename it.

What comes back

NameTypeWhat it is
mediaobjectThe item after the write.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

Move that photo into the events album.

It resolves to one call:

{
  "ability": "buddyboss/manage-media",
  "parameters": {
    "media_id": 880,
    "album_id": 14
  }
}

Worth knowing

  • Uploading needs a binary multipart request a JSON call cannot make.
  • A group overrides item privacy, so a privacy change there appears to do nothing.
  • Documents use folders and a different ability.
  • Idempotent.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading