Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

layout.analyze

Detect and resolve layout issues like overlapping elements, content overflow, and misplacement after editing components in Circuitry MCP Server.

Instructions

Analyze and fix layout issues after editing components.

Use for: Fixing overlaps, repositioning elements, adjusting sizes after edits. Don't use for: Initial creation - use layout.createSection which handles positioning automatically.

Use autoFix: true to automatically apply fixes.

Issues detected:

  • Overlapping elements

  • Footer/header misplacement

  • Content overflow beyond screen

  • Elements clipped by screen edges

Workflow:

  1. Create with layout.createSection (handles positioning)

  2. After edits, use layout.analyze({ autoFix: true }) to fix issues

  3. Use screen.capture to verify

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
screenIdNoScreen ID or name to analyze (uses selected screen if not specified)
autoFixNoWhen true, automatically apply suggested fixes and return appliedFixes showing what changed
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/circuitry-dev/circuitry-mcp-server'

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