# `PhiaUiDesign.Mcp.Tools`
[🔗](https://github.com/charlenopires/PhiaUI/blob/v0.1.17/lib/phiaui_design/mcp/tools.ex#L1)

Implements all 15 MCP tool handlers for the PhiaUI Design server.

Each tool function receives parsed arguments and the server state,
returning `{result_map, updated_state}`. The result map follows the
MCP content format: `%{"content" => [%{"type" => "text", "text" => ...}]}`.

# `execute`

Execute a tool by name. Returns `{result, state}`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
