Skip to main content
Glama

remove_assets_from_album

Remove selected photos from an album while keeping them in the library. Fix mistaken additions or reorganize albums without losing content.

Instructions

Remove assets from an album without deleting them. The photos remain in the library and other albums. Use this to un-curate mistakenly added assets. Side effect: modifies album membership.

Args:
    album_id: Album UUID to remove assets from.
    asset_ids: List of asset UUIDs to remove from this album.

Returns: JSON with album_id, count removed, and per-asset result details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
album_idYes
asset_idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It clearly states side effects: 'modifies album membership' and confirms no deletion. It also describes the return value structure. This adequately discloses behavior for a non-destructive operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively short (three sentences plus Args and Returns sections). Every sentence adds value: purpose, side effect, parameter details, output. Could be slightly more compact, but no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no provided output schema, the description covers all necessary aspects: what the tool does, parameter roles, side effects, and return value. It is self-contained and sufficient for correct selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% coverage (no descriptions). The description fully explains both parameters: album_id as 'Album UUID' and asset_ids as 'List of asset UUIDs'. It also describes the output, adding significant meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: 'Remove assets from an album without deleting them.' It specifies the resource (album), verb (remove), and key constraint (assets remain in library and other albums). This distinguishes it from siblings like delete_assets and add_assets_to_album.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides a clear use case: 'Use this to un-curate mistakenly added assets.' While it doesn't explicitly list when not to use or alternative tools, the use case is specific and implies context. Sibling differentiation is not explicit but is evident from the description.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/drolosoft/immich-photo-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server