Skip to main content
Glama

@depthark/css-first

check_css_browser_support

Verify browser compatibility for CSS properties by analyzing MDN data, including experimental features. Quickly identify supported environments for specific CSS implementations.

Instructions

Checks browser support for specific CSS properties using MDN data and provides detailed compatibility information.

Input Schema

NameRequiredDescriptionDefault
css_propertyYesCSS property name to check browser support for
include_experimentalNoInclude experimental/draft features in results

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "css_property": { "description": "CSS property name to check browser support for", "type": "string" }, "include_experimental": { "description": "Include experimental/draft features in results", "type": "boolean" } }, "required": [ "css_property" ], "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