Skip to main content
Glama
hubertgajewski

playwright-report-mcp

list_tests

List all Playwright tests with their spec file and tags without running them. Filter by tag to quickly identify test coverage and plan test runs.

Instructions

List all tests with their spec file and tags without running them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag, e.g. @smoke
workingDirectoryNoPlaywright project directory. Absolute or relative to the MCP server launch directory. Defaults to ".". Must be under PW_ALLOWED_DIRS.
Behavior3/5

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

No annotations are provided, so the description must carry the transparency burden. It discloses the key behavioral trait of not running tests and mentions the output (spec file, tags). However, it does not elaborate on side effects, scope limits, or return format, leaving some gaps.

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?

A single sentence that is front-loaded with the verb and resource, with zero filler. It efficiently communicates the core purpose and key distinction.

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

Completeness4/5

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

The tool is simple with only two optional parameters and no output schema. The description covers the purpose, output content, and the non-execution behavior, which is sufficient for basic use. It could mention the workingDirectory scope more explicitly, but the schema handles that.

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 parameters are well-documented in the schema. The description adds no additional parameter semantics but does mention what output fields are included, which is not directly in the schema. Baseline 3 is appropriate.

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 uses a specific verb ('list') and resource ('all tests') and clarifies the output ('spec file and tags'). The phrase 'without running them' explicitly differentiates it from the sibling tool 'run_tests'.

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

Usage Guidelines4/5

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

The description implies usage context by stating 'without running them,' which signals this is for inspection only and contrasts with run_tests. It lacks explicit 'use this instead of X' instructions but provides clear context for selection.

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

Install Server

Other Tools

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

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