Skip to main content
Glama

@depthark/css-first

get_css_property_details

Retrieve detailed information on CSS properties, including syntax, examples, and use cases, directly from MDN documentation to streamline development and implementation.

Instructions

Retrieves comprehensive information about a CSS property from MDN documentation including syntax, examples, and use cases.

Input Schema

NameRequiredDescriptionDefault
css_propertyYesCSS property name to get details for
include_examplesNoInclude code examples in the response

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "css_property": { "description": "CSS property name to get details for", "type": "string" }, "include_examples": { "description": "Include code examples in the response", "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