Skip to main content
Glama

Vite MCP Server

by ESnark

get-element-properties

Retrieve specific properties and state information of a web page element using a CSS selector. Enables precise element inspection for AI agents integrated with Vite’s live development environment.

Instructions

Retrieves properties and state information of a specific element

Input Schema

NameRequiredDescriptionDefault
propertiesYesArray of property names to retrieve (e.g., ['value', 'checked', 'textContent'])
selectorYesCSS selector of the element to inspect

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "properties": { "description": "Array of property names to retrieve (e.g., ['value', 'checked', 'textContent'])", "items": { "type": "string" }, "type": "array" }, "selector": { "description": "CSS selector of the element to inspect", "type": "string" } }, "required": [ "selector", "properties" ], "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/ESnark/blowback'

If you have feedback or need assistance with the MCP directory API, please join our Discord server