Skip to main content
Glama
sebastiankehle

ultramock-mcp

Update mockup config

update_config

Update a project's mockup configuration by merging specific dial values. Adjust camera angles, scene colors, effects, and more while preserving unchanged settings.

Instructions

Merge dial values into a project's configuration to change how the mockup looks. Pass an object of dialKey -> value. Numbers are degrees/units/0-1 strengths; booleans toggle effects; bgColor is a hex string; mockupModel picks the device. Available keys — camera: Viewport.camera.tiltX, Viewport.camera.tiltY, Viewport.camera.roll, Viewport.camera.fov, Viewport.camera.zoom, Viewport.camera.panX, Viewport.camera.panY, Viewport.camera.flap, Viewport.camera.flapX | scene: Viewport.scene.bgMode, Viewport.scene.darkMode, Viewport.scene.bgColor, Viewport.scene.transparentBg, Viewport.devices.mockupModel | border: Viewport.border.borderRadius, Viewport.border.borderStyle | effects: Viewport.effects.depth, Viewport.effects.sharpen, Viewport.effects.vignette, Viewport.effects.grain, Viewport.effects.pixelGrid, Viewport.effects.caStrength, Viewport.effects.bloom, Viewport.effects.bloomStrength, Viewport.effects.bloomThreshold, Viewport.effects.bloomRadius, Viewport.effects.lighting, Viewport.effects.lightingAngle, Viewport.effects.lightingIntensity, Viewport.effects.lightingSoftness, Viewport.effects.reflection | blur: Viewport.blur.mode. Only the keys you pass are changed; everything else is preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dialsYesDial key -> value, e.g. {"Viewport.camera.tiltX": 20, "Viewport.scene.bgColor": "#111111", "Viewport.effects.reflection": true}.
projectIdYes
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. It explains that the tool performs a partial merge, lists accepted types and available keys, but does not disclose side effects, permissions, error states, or idempotency. It covers basic behavioral traits but lacks depth.

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 front-loaded with the core purpose, then breaks down dial keys into categories. It is longer than necessary but structured efficiently for complex information. Every sentence adds value, though some repetition could be trimmed.

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 and complex input (2 parameters with nested object), the description covers available keys and update behavior well. However, it omits error handling (e.g., invalid projectId), return value, and confirmation of success. This is adequate but not fully complete for an agent.

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?

The schema has 50% coverage (descriptions for both parameters, but dials is generic). The description adds significant semantic detail: type explanations (e.g., 'numbers are degrees/units/0-1 strengths'), a comprehensive list of dial keys organized by category, and examples. This compensates well for the schema brevity.

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 merges dial values into a project's configuration to change the mockup appearance. It specifies the resource (project configuration) and verb (merge/update), and is distinct from sibling tools that create, delete, or apply templates.

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

Usage Guidelines3/5

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

The description implies usage by stating 'only the keys you pass are changed; everything else is preserved,' which guides when to use it for partial updates. However, it does not explicitly compare to sibling tools or provide scenarios for when not to use it.

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/sebastiankehle/ultramock-mcp'

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