Skip to main content
Glama

List influencer studio gallery

list_influencer_studio_images
Read-only

This influencer's past studio generations (newest first, ≤60), each with url, prompt, and a saved flag marking the ones already promoted to the vault. Thumbnails attached as resource links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
influencerIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already cover the safety profile (readOnlyHint, destructiveHint=false, openWorldHint=false), so the description earns credit for adding real context: newest-first ordering, a ≤60 result cap, the fields per item, and that thumbnails arrive as resource links. It does not explain how (or whether) older items beyond 60 can be retrieved.

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?

A single front-loaded sentence that packs scope, ordering, limit, return fields, and the resource-link behavior with no filler.

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?

With no output schema present, the description carries the return-value burden and does it well (url, prompt, saved flag, thumbnail resource links) while disclosing the ordering and result cap. The only gap is any guidance on retrieving generations beyond the 60-item window.

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?

Only one parameter (influencerId) with 0% schema description coverage, so the description must compensate but only does so indirectly via 'This influencer's'. It never says the id must be a UUID from list_influencers or otherwise clarifies the identifier's origin.

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

Purpose4/5

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

States a specific resource and scope: 'This influencer's past studio generations', with ordering and a hard cap. It clearly reads as a read/list operation distinct from generate_influencer_studio_image and delete_influencer_studio_image, though it never names a sibling explicitly to route the agent.

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?

Usage is only implied by the phrase 'past studio generations' — an agent can infer it is the retrieval counterpart to generation, but there is no explicit when-to-use, no comparison to list_influencer_assets or get_influencer_vault_build, and no statement of prerequisites.

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