Skip to main content
Glama

browser-compat-mcp-server

Browsercompat Search Features

browsercompat_search_features
Read-onlyIdempotent

Find web features by plain name or keyword when the canonical key is unknown, across CSS, JavaScript, HTML, Web APIs, SVG, MathML, WebAssembly, and HTTP headers. Returns ranked matches with the BCD key, the web-features id, the Baseline state, a one-line support summary, and which field matched. Feed a result key into browsercompat_get_feature for the full record.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return, from 1 to 50.
queryYesPlain-language name or keyword, for example "container query" or "fromAsync".
baselineNoRestrict results to one Baseline state.
namespaceNoRestrict results to one top-level browser-compat-data namespace.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
capNoThe limit that was applied.
errorNoPresent when the call failed. Absent on success.
shownNoNumber of results returned.
resultsNoRanked matches, best first. An empty array is a successful search with no hits.
truncatedNoTrue when matches exceeded limit.
totalCountNoMatches before the display cap was applied.
data_versionNoVintage of each bundled dataset behind this answer.
noMatchNoticeNoHow to broaden a search that matched nothing.
appliedFiltersNoFilters the server applied to this search.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare this as read-only and idempotent, so the safety profile is covered. The description adds behavioral detail by stating results are 'ranked matches' and enumerating exactly what each match includes, which goes beyond the structured annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, each earning its place: purpose and scope, output contents, and handoff to the sibling tool. The most important decision signal, 'canonical key is unknown,' is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for a search tool with a rich output schema and fully documented parameters. It covers what the tool does, what it returns, and how to continue the workflow with browsercompat_get_feature, leaving no critical gap for an agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the input schema already documents query, limit, baseline, and namespace. The description reinforces that query is a plain-language name or keyword, but it does not add meaningful parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb and resource: 'Find web features by plain name or keyword when the canonical key is unknown.' It clearly distinguishes itself from browsercompat_get_feature, which is the exact-key lookup, and lists the covered technology areas and return fields.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly defines when to use this tool: when the canonical key is unknown. It also routes the caller to browsercompat_get_feature for the full record, giving a clear alternative action after search results are returned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.