Skip to main content
Glama
dqbuilds

singular-mcp-server

by dqbuilds

Set an image control node by URL

singular_set_image

Assign a publicly reachable image URL to an image-type control node in a Singular composition, with optional URL validation.

Instructions

Set an image-type control node to a hosted image URL (the only way to place imagery — Singular has no upload API, so the asset must already be reachable at a public URL). Validates that the target node is type 'image' (via get_model) and, by default, that the URL is reachable and looks like an image before sending.

Args: app/appToken; subCompositionName | subCompositionId; nodeId (the image node's id) OR nodeTitle (matched from the model); imageUrl; validate_url (default true); force (default false — set true to send even if validation fails); response_format. Returns { success, subComposition, nodeId, imageUrl, urlCheck }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appNoAlias of a registered app instance (see register_app / list_apps). Preferred over a raw token.
forceNoSend even if URL validation fails.
nodeIdNoId of the image control node (preferred).
appTokenNoRaw Singular control-app token for a one-off/unregistered instance. If both 'app' and 'appToken' are given, 'appToken' wins.
imageUrlYesPublicly reachable image URL to set.
nodeTitleNoTitle of the image node, matched against the model if nodeId is omitted.
validate_urlNoCheck the URL is reachable and looks like an image before sending.
response_formatNoOutput format: 'markdown' (human-readable) or 'json' (machine-readable). Default 'markdown'.markdown
subCompositionIdNoTarget sub-composition by id (from get_model). Use one of name/id.
subCompositionNameNoTarget sub-composition by name (as shown in Composer).
Behavior5/5

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

Annotations already provide safety hints, but the description adds significant behavioral detail: it validates node type via get_model, checks URL reachability, and supports force bypass. It also explains that validation is default on and mentions the urlCheck return field, giving full transparency beyond annotations.

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 well-structured with the main action first, then constraints, then parameter list. It is slightly verbose but every sentence adds value. Could be tightened, but not excessively long.

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?

For a tool with 10 parameters and no output schema, the description covers all necessary context: authentication, node identification, validation behavior, force override, and return values. It also explains the limitation of no upload API, providing complete context for the agent.

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

Parameters5/5

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

With 100% schema coverage, baseline is 3, but the description adds strong value: it explains the preference for nodeId over nodeTitle, the interplay of app vs appToken, the effect of validate_url and force, and the response_format options. This goes well beyond the schema definitions.

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's purpose: 'Set an image-type control node to a hosted image URL'. It distinguishes this tool from siblings by specifying it's the only way to place imagery in Singular and explains the need for public URLs, making the intent 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 explains when to use the tool (the only way to set imagery) and provides guidance on validation and force flags. However, it doesn't explicitly mention when not to use it or compare to alternative tools like singular_update_content, though context implies its specific use case.

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/dqbuilds/singular-mcp-server'

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