list_runners
List all available self-hosted test runners to identify which agents can execute your tests.
Instructions
List available test runners (self-hosted agents for running tests)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List all available self-hosted test runners to identify which agents can execute your tests.
List available test runners (self-hosted agents for running tests)
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It describes the tool as 'list' which implies a read-only operation, but it does not disclose any side effects, permissions required, or behavior such as whether all runners are returned or filtered. The minimal transparency is adequate for a simple list operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 11 words, with no fluff or redundant information. It is front-loaded and efficient, earning its place by conveying the essential purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no parameters, no output schema), the description is fairly complete. It explains what runners are (self-hosted agents) and the action. However, it could mention if any prerequisites or permissions are needed, but it is not a major gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so schema coverage is 100%. The description does not need to add parameter information. Per guidelines, baseline is 4 for zero parameters, and there is no missing or misleading information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action 'List' and the resource 'test runners', with additional clarification that these are self-hosted agents. It distinguishes itself from sibling tools which focus on test cases, suites, and scenarios, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description lacks explicit guidance on when to use this tool versus alternatives. While the sibling tools are all different (e.g., creating/deleting test cases), no direct comparison or exclusion criteria are provided. Usage context is implied but not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/acabala/apidog-tests-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server