Skip to main content
Glama
ademdeniz
by ademdeniz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
navigateA

Navigate the browser to a URL and return the page title and final URL after redirects.

get_page_stateA

Get the current state of the page — title, URL, visible text, interactive elements, and console errors. Use this to understand what is on screen before deciding the next action.

screenshotA

Take a screenshot of the current page or a specific element. Returns base64-encoded PNG.

clickB

Click an element on the page identified by a CSS selector or text content.

fillA

Type text into an input field, textarea, or contenteditable element.

evaluateA

Execute JavaScript in the browser page context and return the result. Use for assertions, reading DOM values, or custom interactions.

assertA

Assert a condition about the current page state. Returns pass/fail with details — use this to verify test expectations.

close_browserA

Close the browser and release all resources. Call this when the test session is complete.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/ademdeniz/playwright-mcp'

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