Skip to main content
Glama

Remove images from a moodboard

remove_from_moodboard
DestructiveIdempotent

Delete specified images from a moodboard by exact URL to keep it curated. Confirmation is required because edits apply in place and cannot be undone.

Instructions

Remove images from a moodboard by URL.

Curation is the point of a moodboard, so this is how a board stays sharp. It cannot be undone from here: the board is edited in place and there is no history, which is why it needs confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlsYesExact image URLs to remove, as get_moodboard reports them.
confirmNoMust be true for this to run. This call spends GPU time from the Midjourney plan, or cannot be undone, so it is refused without an explicit confirmation.
moodboardYesName or id of the board. Partial names work.
Install Server

TDQS

A4.3/5.0
Behavior5/5

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

Adds material behavioral context beyond annotations: the board is edited in place, there is no history, the action cannot be undone, and confirmation is required. This meaningfully supports the destructiveHint and helps the agent understand the risk.

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

Conciseness5/5

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

The description is two sentences with no filler. The first sentence states the function; the second provides the critical irreversibility warning. It is front-loaded and efficient.

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?

For a destructive mutation tool, the description covers the operation, the by-URL mechanism, in-place editing, irreversibility, and the confirmation requirement. The schema covers all parameters and annotations cover safety flags, so nothing essential is missing.

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

Parameters3/5

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

Schema coverage is 100%, and the schema already explains urls, confirm, and moodboard clearly. The description adds little beyond what the schema provides, so the baseline of 3 is appropriate.

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?

States the exact action and target ('Remove images from a moodboard') and the mechanism ('by URL'). The verb 'remove' clearly distinguishes it from siblings like add_to_moodboard and get_moodboard.

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

Usage Guidelines3/5

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

The description gives a rationale for use ('Curation is the point of a moodboard, so this is how a board stays sharp') but does not explicitly name alternatives, when to prefer another tool, or when not to use this one. Usage is implied rather than explicitly routed.

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

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/thenavidm/midjourney-mcp-cli'

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