What is the problem or goal you're trying to solve or accomplish?
The Preset MCP currently has no way to control dashboard layout — chart dimensions or grid position. New charts added via MCP are always appended to the bottom of the dashboard, requiring manual repositioning in the UI afterward.
How are you solving it currently?
After using MCP to create charts, users must manually open the dashboard in the Preset UI to drag, resize, and reposition each chart to the desired layout.
What is your recommended solution?
Expose layout configuration parameters in MCP dashboard/chart creation calls, allowing users to specify:
Grid position (row and column placement)
Chart dimensions (e.g. width as a fraction of row: 1/3, 1/2, full width)
Batch layout for multiple charts in a single MCP instruction
Customer example: "Make 6 new charts, each 1/3 row width, placed in the top two rows."