Skip to main content
Glama

Render a whole figure set + cover

render_set

Render an array of figures and an optional cover in one call, returning the written file paths. Eliminates need for individual render_figure calls.

Instructions

Render a full article set in one call: an array of figures (each { template, slots }) plus an optional cover. Returns the list of written paths. Convenience over calling render_figure repeatedly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
figuresNo
coverNo
out_dirNoOptional sub-directory (confined to the output dir) for this set.
Behavior3/5

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

No annotations are provided, so the description carries full responsibility. It mentions the return value (list of written paths) but does not disclose side effects (e.g., file writing behavior), prerequisites (e.g., output directory existence), or error handling. The absence of such details limits transparency for an AI agent.

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 extremely concise, consisting of two sentences that front-load the core purpose and output. Every sentence adds value without redundancy, achieving maximum information density with minimal verbosity.

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

Completeness3/5

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

Given the complexity (nested objects, 3 parameters, no output schema), the description covers the basic intent and structure but lacks details on return value format, error scenarios, and constraints (e.g., max items). It is adequate for a simple tool but not fully self-contained for an AI agent to use confidently without schema inspection.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is low (33%, only out_dir has a description). The tool description adds minimal parameter context beyond what the schema already exposes, such as the structure of figures (template and slots) and cover being optional. It does not explain the semantics of 'slots' or the behavior of the cover fields, leaving the agent to infer from the schema alone.

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 renders a full article set in one call, specifying input structure (array of figures plus optional cover) and output (list of written paths). It distinguishes itself from sibling tools by mentioning it is a convenience over calling render_figure repeatedly, making the purpose unambiguous.

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 indicates when to use this tool ('convenience over calling render_figure repeatedly'), implicitly suggesting it is ideal for multiple figures. However, it does not explicitly state when not to use it (e.g., for a single figure or standalone cover) or provide alternative scenarios, leaving some room for ambiguity.

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/LevNyyon/nyyon-figures'

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