Skip to main content
Glama

Get the figure-design reasoning prompt

get_reasoning_prompt

Return a reasoning prompt to transform an article into figures and a cover by selecting the best template for each idea. Pass article details to embed them; omit for just the rules and template menu.

Instructions

Return nyyon's reasoning prompt for turning an article into a SET of figures + a cover: which template fits which idea, anchoring each to a sentence, and varying shapes. Pass the article (title/excerpt/body_text) to get the full ready-to-use prompt with the article embedded; omit it to get just the rules + template menu. Use the prompt to produce the figure-spec JSON, then call render_figure / render_cover.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
excerptNo
body_textNo
Behavior3/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It states that embedding the article modifies the prompt, but does not mention potential side effects, idempotency, rate limits, or authentication requirements. For a tool that likely has no destructive side effects, this is adequate but not complete.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single paragraph of four sentences, front-loaded with the core purpose. Each sentence provides necessary information: what the prompt does, how to pass the article, what to do with the output. It is concise without omitting critical details.

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 the tool returns a prompt for figure creation, the description explains the overall workflow and references sibling tools (render_figure, render_cover). It does not describe the output schema or prompt format, but that is reasonable for a prompt-returning tool. It covers the key context for use.

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

Parameters4/5

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

Schema coverage is 0%, so the description must compensate. It explains that title, excerpt, and body_text are parts of the article to embed in the prompt, and that omitting all of them yields a different output (rules + template menu). This adds significant meaning beyond the parameter names 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 that the tool returns a reasoning prompt for turning an article into figures and a cover, with specific details about template selection and sentence anchoring. It distinguishes itself from sibling tools like render_figure and render_cover by indicating that this tool produces the prompt to guide those subsequent calls.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells when to pass article parameters (to get the full prompt) and when to omit them (to get just the rules and template menu). It also provides the downstream workflow: use the prompt to produce figure-spec JSON, then call render_figure/render_cover. This covers both usage scenarios and next steps.

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