Skip to main content
Glama

@depthark/css-first

suggest_css_solution

Solve UI tasks with CSS-first solutions by leveraging MDN documentation. Provides CSS property details, browser support checks, and tailored recommendations based on preferred approaches and target browsers.

Instructions

Suggests CSS-first solutions for UI implementation tasks by searching MDN documentation. Provides detailed CSS property information, browser support, and asks for user consent before recommending usage.

Input Schema

NameRequiredDescriptionDefault
preferred_approachNoPreferred CSS approach - modern (latest features), compatible (wide browser support), or progressive (with fallbacks)
target_browsersNoTarget browsers/versions (e.g., ["Chrome 90+", "Firefox 88+", "Safari 14+"])
task_descriptionYesDescription of the UI task or problem to solve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "preferred_approach": { "description": "Preferred CSS approach - modern (latest features), compatible (wide browser support), or progressive (with fallbacks)", "enum": [ "modern", "compatible", "progressive" ], "type": "string" }, "target_browsers": { "description": "Target browsers/versions (e.g., [\"Chrome 90+\", \"Firefox 88+\", \"Safari 14+\"])", "items": { "type": "string" }, "type": "array" }, "task_description": { "description": "Description of the UI task or problem to solve", "type": "string" } }, "required": [ "task_description" ], "type": "object" }
Install Server

Other Tools from @depthark/css-first

Related Tools

    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/Luko248/css-first'

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