Skip to main content
Glama

Add a product to a board (guaranteed real image)

arena_add_product

Add a product to an Are.na channel, resolving a real product photo from the URL or web search. Falls back to a link block if no image, but never rejects the product.

Instructions

Add a product to a channel with a real product photo. Resolves the image from the given URL (and any fallbacks), rejecting dead/redirecting links, screenshot renders, blanks, and error pages. If the page has no usable image it SEARCHES the web for a real photo of the product by name (Brave Images); if even that fails it still adds the product as a link block with the shop URL in the description. NEVER rejects a product. Sets the product name as the block title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPrimary product-page URL.
noteNoWhy it's a good pick / how to wear it (block description).
titleNoProduct name for the block title (recommended).
channel_slugYesSlug of the board to add to.
fallback_urlsNoAlternate product URLs to try if the primary is dead (e.g. GOAT/Amazon).
Behavior5/5

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

With no annotations provided, the description carries the full burden and excels: it discloses the image resolution pipeline, rejection criteria, web search fallback, and the 'NEVER rejects a product' guarantee. It also explains what happens when no image is found, covering edge cases comprehensively.

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 dense paragraph, front-loaded with the main purpose. It is somewhat long but every sentence contributes information about behavior or edge cases, with no redundancy.

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?

Despite no output schema or annotations, the description is thoroughly complete for this tool's complexity. It covers the full workflow, failure modes, and guarantees, giving an agent all necessary context to invoke it correctly.

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 100%, so the baseline is 3, but the description adds meaningful context beyond the schema—e.g., how fallback_urls are used, the role of title as block title, and the behavior of the URL resolution. This elevates the value.

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 it adds a product to a channel with a real product photo, using specific verbs and a distinct resource. It differentiates from sibling tools like arena_add_block and arena_add_products by emphasizing image resolution and product-specific behavior.

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 provides clear context on how the tool operates, including image resolution and fallback behavior, but does not explicitly name alternatives or state when not to use it. The context is strong enough that an agent can infer when this tool is appropriate.

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/312-dev/arena-mcp'

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