Skip to main content
Glama

can-i-use

Check Feature Support

check_feature_support
Read-onlyIdempotent

Can I use this feature, and from which browser version?

Accepts a loose name (":has()", "container queries", "css-grid") and resolves it to a caniuse feature, then returns the earliest continuously-supported version per major browser, global usage percentage, and a conservative safe_to_use flag. Use this first; it answers the whole question in one call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
featureYesFeature name or caniuse id. Loose names are resolved, e.g. "has selector" finds "css-has".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
specNo
titleYes
featureYesResolved caniuse feature id.
meaningYesOne sentence, safe to show a user verbatim.
supportYesPer-browser detail, keyed by caniuse browser id.
descriptionNo
safe_to_useNoTrue only when global support is at least 90% AND no major browser is missing it. A conservative single answer.
other_matchesNoOther features the query could have meant.
resolved_fromNoThe query that was matched, so a caller can see what it actually asked about.
unsupported_inNoMajor browsers whose newest release still does not support it.
global_partial_percentNo
global_support_percentNoPercentage of tracked global users on a browser version that fully supports it.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

Score is being calculated.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TSQS

Score is being calculated.

Resources