Skip to main content
Glama
brilliantdirectories

brilliant-directories-mcp

Official

updateMultiImagePost

Idempotent

Edit album metadata (title, description, status) and append photos to an existing group using comma-separated image URLs. Requires group ID.

Instructions

Update an album group - Update an existing portfoliogroup record by ID. Fields omitted are untouched. Writes live data.

Use when: editing metadata (title, description, group_status) OR appending photos via post_image CSV + auto_image_import=1 (APPENDS, does not replace). Existing photos are edited via updateMultiImagePostPhoto (title/order only).

Required: group_id.

Enums: group_status: 0=Draft, 1=Published.

Verify appended photos via listMultiImagePostPhotos, NOT via getMultiImagePost.post_image. The parent's post_image field is a transient write-through, not a mirror of child rows — it does NOT reflect appended photos. Child rows land in users_portfolio. Silent-failure possible (empty file, image_imported=0) — check each child row.

group_name rename does NOT update group_filename (the URL slug). group_filename is writable — see Rule: URL slug rename for when to suggest a slug update + redirect. Report group_filename from getMultiImagePost when giving the user a URL.

See also: createMultiImagePost, deleteMultiImagePost, deleteMultiImagePostPhoto.

Returns: { status: "success", message: {...updatedRecord} } - photo rows land asynchronously.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
group_nameNo
group_filenameNoPublic URL slug path (e.g. `photo-albums/my-slug`). Writable — BD does NOT regenerate the slug when `group_name` changes. See **Rule: URL slug rename** for when to suggest a slug update + redirect.
group_descNoAlbum description HTML. Froala body field — see **Rule: Post-body formatting** (structure, `fr-dib fr-fil`/`fr-fir` float + inline `width: 350px`, landscape Pexels images).
group_statusNo0=Not Published, 1=Published, 3=Pending Approval (rare — set when site admin requires manual moderation before albums go live).
post_tagsNoComma-separated keywords for the album.
auto_geocodeNo
auto_image_importNo**Auto-import images to site storage.** Set `1` when any external image URL field on this multi-image post holds a URL - BD fetches and saves each image locally. Without the flag, BD stores URLs as-is; images break if source hosts go down. **Recommended default when supplying external image URLs**; omit or set `0` only if user explicitly wants external URL references. Supports JPG/PNG/GIF/WebP/SVG. Processing delay: several minutes per image.
post_imageNoComma-separated image URLs — APPENDS new photos (does NOT replace existing). **LANDSCAPE only — verify each candidate's orientation via `getImageDimensions` per **Rule: Image dimensions** before commit; bare URLs, no `?query`, each must end in `.jpg`/`.jpeg`/`.png` (WebP/GIF/AVIF skipped pre-tool per the same rule) — see **Rule: Image URLs**.** Query strings get baked into imported filenames and 404. Pair with `auto_image_import=1` to fetch externals into site storage.
_clear_fieldsNoColumn names to clear to empty string. Available on every `update*` operation. Works on base columns AND EAV/`users_meta` rows (rows preserved with `value=""`). To actually clear a field you MUST use this parameter — sending the field with `""` alone is a no-op (BD drops empty values). To remove a `users_meta` row entirely, use `deleteUserMeta`. See **Rule: Clearing fields**. Example: `_clear_fields: ["h2", "hero_link_url"]`.
Behavior1/5

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

Description reveals appending photos and silent failures, but contradicts annotations: idempotentHint=true is false because appending photos is not idempotent (duplicates on retry). This is a major contradiction.

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?

Well-structured with sections and bolded terms, but somewhat lengthy. Every sentence adds value, but could be more concise for quick scanning.

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?

Covers return format, async photo processing, verification via listMultiImagePostPhotos, silent failure conditions, and references to related rules. Adequate for a complex multi-faceted tool with no output schema.

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?

Despite 70% schema coverage, description adds critical meaning: post_image appends and requires landscape, auto_image_import fetches externally, group_status enum meanings, group_filename slug behavior, and _clear_fields mechanism. Fully compensates for schema gaps.

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 uses specific action verb 'Update', identifies resource 'album group/portfoliogroup', and distinguishes from siblings like createMultiImagePost and deleteMultiImagePost. It also clarifies scope: 'by ID' and 'fields omitted are untouched'.

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

Usage Guidelines5/5

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

Explicit 'Use when' section lists editing metadata or appending photos, and notes alternative tool updateMultiImagePostPhoto for editing existing photos. 'See also' lists related tools, providing clear context for selection.

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/brilliantdirectories/brilliant-directories-mcp'

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