Skip to main content
Glama

@depthark/css-first

get_css_property_details

Retrieve detailed CSS property information, including syntax, use cases, and code examples, directly from MDN documentation to enhance web development workflows.

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" }

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