Skip to main content
Glama

@depthark/css-first

confirm_css_property_usage

Verify user consent for using a specific CSS property and receive implementation guidance, including fallback solutions if needed, with integration to MDN documentation for browser support.

Instructions

Confirms user consent for using a specific CSS property and provides implementation guidance.

Input Schema

NameRequiredDescriptionDefault
css_propertyYesCSS property name user wants to use
fallback_neededNoWhether fallback solutions are needed
user_consentYesUser consent to use this CSS property

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "css_property": { "description": "CSS property name user wants to use", "type": "string" }, "fallback_needed": { "description": "Whether fallback solutions are needed", "type": "boolean" }, "user_consent": { "description": "User consent to use this CSS property", "type": "boolean" } }, "required": [ "css_property", "user_consent" ], "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