Skip to main content
Glama

Delete influencer studio image

delete_influencer_studio_image
DestructiveIdempotent

Remove a generation from the influencer's studio gallery by generationId (preferred) or url. Only the gallery row is deleted — the underlying file and any vault copy promoted from it stay intact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNo
generationIdNo
influencerIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, idempotentHint=true and readOnlyHint=false. The description adds genuinely useful context beyond those: only the gallery row is removed while the underlying file and any promoted vault copy survive, which materially changes how an agent should reason about the delete's blast radius.

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?

One front-loaded sentence that states the action, the keys, and the scoping caveat with no wasted words.

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

Completeness4/5

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

For a destructive single-row delete with no output schema, the description adequately covers what is removed and what is preserved. Minor omissions (auth/permission needs, behavior if the id matches nothing) keep it short of full completeness.

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 0%, so the description must carry parameter meaning. It adds that generationId is preferred over url as the lookup key, which is real guidance, but it says nothing about the required influencerId or any value formats, leaving a meaningful gap.

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 a specific verb (remove/delete) and resource (influencer studio gallery row) and identifies the two lookup keys. It is clearly distinguishable from siblings like list_influencer_studio_images and generate_influencer_studio_image.

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 preference between parameters ('generationId (preferred) or url') which implicitly guides invocation, but never states when to use this tool versus alternatives or any preconditions. Usage is implied rather than spelled out.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources