Skip to main content
Glama

Fetch one illustration

get_illustration

Fetch a specific illustration from a set by its ID and index, obtaining the rendered image for that single item.

Instructions

Return the rendered image for one illustration of a previously created set. The viewer calls this for each illustration after create_illustrations so a single tool result never carries the whole set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYesZero-based illustration index.
setIdYesThe setId returned by create_illustrations.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool returns one image at a time and requires a previously created set, which is useful behavioral context. However, it does not mention potential errors, image format, or side effects (which are likely none), so it is not fully comprehensive but adequate for a simple read operation.

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 long, front-loaded with the core purpose, and every word earns its place. It conveys purpose, usage context, and a key behavioral trait without redundancy.

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?

Given no output schema, the description explains the return value ('rendered image') and the intended workflow ('after create_illustrations', 'one at a time'). It is complete for a straightforward fetch tool, but could add details like image format or error handling for exceptional cases. Overall, it provides sufficient context for an agent to use it correctly.

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 description coverage is 100%, with both parameters (setId and index) clearly described in the schema. The tool description adds minimal new meaning beyond reinforcing that the set was created by create_illustrations and that index refers to an illustration within that set. Baseline 3 applies because the schema already documents the parameters sufficiently.

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 clearly states the tool returns a rendered image for one illustration from a previously created set. It uses a specific verb ('Return') and resource ('rendered image for one illustration'), and distinguishes itself from siblings create_illustrations and regenerate_illustration by focusing on fetching a single item rather than creating or regenerating.

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?

The description gives explicit usage context: the viewer calls this after create_illustrations, and it is used per illustration so that a single tool result never carries the whole set. This implies the correct workflow and differentiates from batch operations, though it does not explicitly mention when not to use it or compare to regenerate_illustration.

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/SalZaki/doodleworks-mcp'

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