Skip to main content
Glama

Look up one moodboard

get_moodboard
Read-onlyIdempotent

Retrieve reference images from a saved moodboard by name or ID. Partial names work; ambiguous matches return candidates, and the references parameter samples the images a generation would use.

Instructions

Look up a moodboard by name or id and return its reference images.

Partial names work: 'High Fashion' finds 'High Fashion | Woman'. An ambiguous name is an error listing the candidates rather than a guess, because quietly picking the wrong board costs a generation to discover.

Use references to get the sampled subset a generation would actually use, spread across the board rather than taken from the front.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moodboardYesName or id. Partial names are fine when unambiguous.
referencesNoReturn this many sampled image URLs, as imagine would use them.
Install Server

TDQS

A4.8/5.0
Behavior5/5

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

The annotations already cover readOnly, idempotent, and non-destructive behavior. The description adds substantial behavioral context beyond that: partial names resolve, ambiguous names produce an error listing candidates rather than a guess, and references returns a sampled subset spread across the board rather than front-loaded images.

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?

Three compact sentences, with the main purpose front-loaded. Every sentence earns its place by explaining a behavioral rule or its rationale, with no filler or repetition.

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 the low tool complexity, full schema coverage, and safety annotations, the description covers everything needed: resolution method, edge cases, error behavior, return content, and the references sampling intent. No critical operational gap remains.

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 schema already documents both parameters, and the description adds meaningful behavior: partial-name matching is acceptable when unambiguous, ambiguous names are errors, and references means 'as imagine would use them,' sampled across the board. This significantly enriches the bare schema definitions.

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 action ('Look up'), target resource ('a moodboard'), and return value ('reference images'), and specifies identification by name or id. This clearly differentiates it from the list/create/add/remove moodboard siblings, which concern enumeration or mutation.

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?

Provides clear context for when to use the tool: to look up one moodboard and its reference images, including partial-name matching and ambiguity error handling. It also gives explicit guidance on when to use the references parameter. It does not explicitly name sibling alternatives for broader navigation, so it stops short of a 5.

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