Skip to main content
Glama
tom-tgr

ridvay-mcp

by tom-tgr

Refine an existing poster

refine_poster

Edit a previously created Ridvay design by giving an instruction in plain language, such as 'change the background to dark' or 'update the headline color'.

Instructions

Edit a previously generated Ridvay design with a natural-language instruction (e.g. "make the headline red", "add our opening hours", "swap to a dark theme"). Requires the design ID returned by generate_poster.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
design_idYesThe design ID returned by generate_poster.
use_brandNoRe-apply the account's Brand Kit while editing. Default false.
instructionYesWhat to change, in plain language.
Behavior3/5

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

No annotations provided, so description carries full burden. It describes the core action (edit via natural language) and mentions brand kit re-application. But it omits behavioral traits such as whether edits are destructive or reversible, idempotency, or authentication needs.

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?

Two sentences, front-loaded with purpose and a helpful parenthetical list of instructions. No wasted words; every sentence earns its place.

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 no output schema, the description explains usage for a modification tool. However, it lacks details on return values, error conditions, or scope of changes. Adequate but leaves gaps.

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 coverage is 100% with descriptions for all 3 parameters. The description adds value by clarifying the source of design_id and providing instruction examples, but does not significantly enhance the meaning of use_brand beyond the schema.

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 verb 'Edit' and resource 'previously generated Ridvay design', with concrete examples. It is specific and distinguishable from siblings like generate_poster (creation) and check_poster (status).

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?

Explicitly states prerequisite: 'Requires the design ID returned by generate_poster.' Provides example instructions. However, it does not mention when not to use this tool or compare directly to alternatives like create_poster.

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/tom-tgr/ridvay-mcp'

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