Skip to main content
Glama

List Test Folders

list_test_folders
Read-only

List the folders of the active project's test suite tree or scenario tree, flat with parentFolderId per entry. Use this to browse the folder tree; to create, rename or move a folder use manage_test_folder. Requires project context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderTypeNoWhich tree: 'suite' (default) for test suite folders, 'scenario' for scenario folderssuite

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, which covers the main behavioral aspect. Description adds minor details like 'flat with parentFolderId' but does not describe return format or pagination, consistent with the example of a moderate score.

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?

Two concise sentences, front-loaded with purpose, no redundancy. Efficient and well-structured.

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

Completeness5/5

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

For a simple tool with one optional parameter, read-only annotation, and no output schema, the description fully covers what the tool does, its scope, and the required context ('active project').

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 coverage is 100% with a descriptive comment for folderType. The description itself does not add extra parameter context beyond the schema, so baseline score applies.

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?

States a specific verb ('list'), resource ('folders'), and scope ('test suite tree or scenario tree'), and distinguishes from manage_test_folder. The purpose is unambiguous.

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

Usage Guidelines5/5

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

Explicitly states when to use ('browse the folder tree') and when not to ('to create, rename or move a folder use manage_test_folder'), providing clear alternative guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources