tuxedo-qa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_test | Create a new Playwright test file. Generate the full test code and pass it here. |
| list_tests | List all test files with their last known status. Supports filtering by status and limit. |
| read_testC | Read the contents of a test file. |
| update_testB | Update a test — script, display name, description, schedule, or enabled state. |
| delete_testA | Permanently delete a test and its history. Irreversible — prefer update_test with enabled: false to deactivate. |
| run_tests | Run all tests or a specific test file. Respects pause state. Sends a webhook notification if one is configured. |
| run_until_passB | Run a test repeatedly, applying automatic fixes on each failure, until it passes or max attempts is reached. |
| get_statusA | Get overall suite status, or per-test status with failure details and fix suggestion when test_name is provided. |
| pause_testsA | Pause all tests for up to 60 minutes. Tests resume automatically. Use before deploys to avoid false alerts. |
| set_webhook | Configure a webhook URL (Discord, Slack, or a generic JSON endpoint) for test notifications. |
| create_credential | Create or update a named credential set (e.g. admin, user_comum). Fields are key-value pairs like { email, password, token }. |
| list_credentials | List all saved credential sets with masked values. |
| delete_credentialC | Delete a named credential set. |
| start_pair_debugA | Start a pair-debugging session: opens a visible browser at the given URL for the human to drive by hand. Records console messages, network errors, page exceptions, navigations, and their clicks/fills with timestamps as they go, so you can correlate what they did with what broke. Use when the user wants to walk through a flow live and have you spot the bug, rather than writing a scripted test upfront. |
| get_pair_debug_contextA | Get the recorded timeline of the active pair-debugging session so far (console, network, errors, navigations, actions). Call this whenever the user says something looks wrong, to see exactly what just happened. |
| stop_pair_debug | End the active pair-debugging session: closes the browser and returns the full recorded timeline plus a draft Playwright test built from the actions the human performed. Save it for real with create_test if it holds up. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jonathan-ponciano/sts-tools-mcp-tuxedo-qa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server