Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

layout.create

Create layout elements like headers, grids, and containers on screens for visual workflow design. Supports semantic sections, grid layouts, flex arrangements, and containers with auto-positioning and width snapping.

Instructions

Create a layout element on a screen.

Layout Types:

  • Semantic sections: header, footer, hero, sidebar

  • Grid layouts: grid-1col, grid-2col, grid-3col, grid-4col

  • Flex layouts: flex-row, flex-column

  • Containers: card, container

Full-width types (header, footer, hero, grids, container) auto-snap to screen width. Semantic elements auto-position: header at top, footer at bottom.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesLayout type
nameNoDisplay name (optional - defaults to type name)
screenIdNoScreen ID or name (optional - uses current screen)
positionNoPosition { x, y } (auto-calculated for semantic elements)
dimensionsNoSize { width, height } (uses defaults if not provided)
styleNoStyle overrides { backgroundColor, padding, gap, borderRadius, etc. }
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