Skip to main content
Glama
jordanburke

dakboard-mcp-server

update_block

Reposition, resize, edit content or visibility of a DAKboard screen block using 1920x1080 design coordinates. Use visualize_screen_layout first to preview layout.

Instructions

Update a block on a DAKboard screen (position, size, content, visibility). IMPORTANT: DAKboard uses non-linear per-block coordinate scaling. The API coordinate values (x, y, w, h) do NOT map 1:1 to screen pixels, and updating a block changes its scaling factor permanently. Use rendered pixel values at 1920x1080 design resolution as coordinate values. Use visualize_screen_layout with screen_uuid first to see the actual layout before making changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hNoHeight in pixels at 1920x1080 design resolution
wNoWidth in pixels at 1920x1080 design resolution
xNoX position in pixels at 1920x1080 design resolution
yNoY position in pixels at 1920x1080 design resolution
urlNoURL content
nameNoBlock name
textNoText content
z_indexNoZ-index for layering
block_idYesThe block ID
screen_idYesThe DAKboard screen ID
is_disabledNoDisable block (0 or 1)
Behavior5/5

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

This is a standout feature. It discloses a non-obvious behavioral quirk: DAKboard uses non-linear per-block coordinate scaling, that API coordinates don't map 1:1 to pixels, and that updating permanently changes the scaling factor. Even with no annotations, this fully warns the agent about side effects and required coordinate conversion, going far beyond a typical update description.

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 deliver maximum critical information: what the tool does and the non-obvious coordinate scaling warning with a recommended prerequisite. No filler, no repetition of schema details. Every word earns its place.

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?

For a mutation tool with no annotations and no output schema, this description is nearly complete. It covers the essential action, the critical coordinate caveat, and the prerequisite visualization step. It does not mention return values or error conditions, but given the strong warning and clear input guidance, it fills most of the context gap.

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 100% parameter coverage, so each parameter is individually described. The description adds crucial cross-parameter semantics by explaining that coordinate values (x, y, w, h) must be specified in rendered pixel values at 1920x1080 design resolution, which is not stated in any single parameter's schema description. This transforms the coordinate parameters from ambiguous into actionable.

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 updates a block on a DAKboard screen and lists the key attributes (position, size, content, visibility). It distinguishes itself from siblings like get_block and list_blocks by its explicit verb 'Update' and resource 'block'.

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 explicit pre-usage guidance: 'Use visualize_screen_layout with screen_uuid first to see the actual layout before making changes.' This gives a clear recommended precursor and warns against blind updates, though it does not explicitly say when not to use the tool or mention alternatives like create/delete operations.

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/jordanburke/dakboard-mcp-server'

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