Skip to main content
Glama

generate_testfly_config

Generate a production-ready testfly.yml config for your current session or customize browser, timeouts, retries, and parallel execution to match your testing needs.

Instructions

Generate a production-ready testfly.yml configuration file tailored to the current session or customized via arguments.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
browserNoBrowser namechrome
base_urlNoBase URL of the application. Auto-inferred from session if omitted.
headlessNoRun browser in headless mode
parallelNoTestNG parallel execution modemethods
thread_countNoNumber of concurrent threads
retry_attemptsNoNumber of retry attempts for flaky tests (0 to disable)
explicit_timeoutNoExplicit wait timeout in seconds
page_load_timeoutNoPage load timeout in seconds

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of explaining behavior, but it only says the tool generates a production-ready config. It does not disclose whether the tool writes a file, returns the configuration content, overwrites existing files, or how 'production-ready' is determined. This leaves important behavioral expectations unstated.

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

Conciseness4/5

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

The description is a single focused sentence with no filler, and it front-loads the core action and deliverable. It is appropriately concise, though it could have used one additional clause to clarify output behavior or sibling selection without much cost.

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

Completeness2/5

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

Given no output schema, no annotations, and a tool with eight optional parameters, the description is underspecified. The schema documents the parameters well, but the description does not explain what happens after generation, what 'tailored to the current session' concretely means, or when this should be preferred over related generation tools.

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?

The schema description coverage is 100%, so all eight parameters already have individual descriptions and defaults. The description adds a general notion of session-tailored vs. custom argument behavior, which is mildly useful, but it does not add parameter-level meaning beyond what the schema already provides.

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

Purpose4/5

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

The description names a specific deliverable, testfly.yml, and a specific action, generate, which makes the tool's core purpose clear. It also explains the two modes: session-tailored or argument-customized. It does not explicitly contrast with sibling generation tools like generate_testfly_pom, but the resource is specific enough to avoid major ambiguity.

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

Usage Guidelines2/5

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

The description gives no explicit guidance about when to use this tool versus alternatives such as generate_testfly_pom or the various test-generator tools. It implies usage through the name and 'generate a production-ready testfly.yml', but it does not state prerequisites, exclusions, or selection criteria.

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

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/hakanngul/testfly-mcp'

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