Skip to main content
Glama

Get Test Manager Folders by Project ID

tm.get_foldersByProjectId

Retrieve all folders in a Test Manager project by its ID, including names, IDs, descriptions, parent folders, timestamps, and test case counts. Use to inspect project organization and locate folder IDs for adding test cases.

Instructions

Retrieves every folder in a LambdaTest Test Manager project, given the project's ID: each folder's name, ID, description, parent folder, created/updated timestamps, and test case counts (both direct and including subfolders). Use this to see how a project's test cases are organized, to find a folder's ID before adding test cases to it, or to spot folders whose direct and total test case counts differ (meaning subfolders hold more test cases than tm.get_testCasesByFolderId alone would show for that folder). Do not use this to fetch a single folder's details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes
Behavior3/5

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

No annotations provided, so description carries full burden. Describes returned data and usage but does not explicitly state it is a read-only, non-destructive operation or mention auth requirements or rate limits. Adequate but not thorough.

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?

Single paragraph, front-loaded with main purpose, then adds use cases and behavior. Some redundancy but overall informative and well-structured. Could be slightly more concise.

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?

Given no output schema, description thoroughly explains return fields (name, ID, description, parent, timestamps, test case counts) and their significance. Relates to sibling tools and provides actionable context. Complete for a simple tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only parameter is project_id, described in schema as string with minLength. Description mentions 'given the project's ID' but adds no further detail about expected format, source, or validation. With 0% schema coverage, more explicit guidance would be beneficial.

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 clearly states it retrieves every folder in a LambdaTest Test Manager project by project ID, listing returned fields (name, ID, description, parent folder, timestamps, test case counts). It distinguishes from sibling tm.get_testCasesByFolderId by mentioning total counts including subfolders.

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?

Provides explicit use cases: to see test case organization, find folder ID before adding test cases, spot count discrepancies. Also says 'Do not use this to fetch a single folder's details,' giving a clear exclusion. Lacks mention of alternative for single folder details but implied via siblings.

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/prakhar-gahlot/TestMu-AI-Test-Manager-MCP'

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