Skip to main content
Glama
TCSoftInc

TestCollab MCP Server

by TCSoftInc

list_test_plans

Retrieve test plans from a project using filters like title, status, priority, and dates, with sorting and pagination.

Instructions

List test plans from a TestCollab project with optional filtering, sorting, and pagination.

Optional filters:

  • title_contains

  • status: 0/1/2/3 or draft/ready/finished/finished_with_failures

  • priority: 0/1/2 or low/normal/high

  • archived: true/false

  • created_by: creator user ID

  • test_plan_folder: folder ID or folder title

  • release: release ID or release title

  • created_at_from/to, updated_at_from/to, start_date_from/to, end_date_from/to, last_run_from/to

  • filter: raw filter object for advanced keys (merged with explicit filters)

Example: { "project_id": 16, "title_contains": "Release", "status": "ready", "priority": "high", "created_by": 27, "sort_by": "updated_at", "sort_order": "desc", "limit": 25, "offset": 0 }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID (uses TC_DEFAULT_PROJECT env var if not specified)
limitNoMaximum results to return (1-100, default: 25)
offsetNoNumber of results to skip (default: 0)
sort_byNoSort field (default: updated_at)updated_at
sort_orderNoSort order (default: desc)desc
title_containsNoFilter plans whose title contains this string
statusNoFilter by status: 0/"draft", 1/"ready", 2/"finished", 3/"finished_with_failures"
priorityNoFilter by priority: 0/"low", 1/"normal", 2/"high"
archivedNoFilter by archived state
created_byNoFilter by creator user ID
test_plan_folderNoFilter by test plan folder ID or folder title
releaseNoFilter by release ID or release title
created_at_fromNoFilter by created_at >= this ISO date/time
created_at_toNoFilter by created_at <= this ISO date/time
updated_at_fromNoFilter by updated_at >= this ISO date/time
updated_at_toNoFilter by updated_at <= this ISO date/time
start_date_fromNoFilter by start_date >= this date (YYYY-MM-DD)
start_date_toNoFilter by start_date <= this date (YYYY-MM-DD)
end_date_fromNoFilter by end_date >= this date (YYYY-MM-DD)
end_date_toNoFilter by end_date <= this date (YYYY-MM-DD)
last_run_fromNoFilter by last_run >= this ISO date/time
last_run_toNoFilter by last_run <= this ISO date/time
filterNoAdvanced raw filter object (Strapi-style query keys, e.g. title_contains, created_at_gte, created_by, test_plan_folder, release)
Behavior3/5

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

With no annotations provided, the description carries the full burden. It lists filters and provides an example but does not disclose behavioral traits such as read-only nature, authorization requirements, rate limits, or error behavior. The example and filter details add some transparency, but there is room for improvement.

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 well-structured with a clear purpose sentence, a bulleted filter list, and a JSON example. While slightly verbose at around 150 words, every sentence contributes meaning. It could be a bit more concise without losing clarity.

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

Completeness3/5

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

Given 23 parameters (all optional), no output schema, and no annotations, the description covers the filter parameters thoroughly and includes an example. However, it lacks explanation of the return format or behavior when no results are found. The tool is a list operation, so return structure is important context missing here.

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%, so the baseline is 3. The description adds a brief listing of filters and an example, which provides some additional context but largely mirrors the schema descriptions. The value added is modest.

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 the verb 'List', the resource 'test plans', and the context 'from a TestCollab project'. It distinguishes from siblings like list_suites and list_test_cases by being specific to test plans with filtering, sorting, and pagination.

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?

The description explicitly mentions optional filtering, sorting, and pagination, and provides an example. However, it does not explicitly state when to use this tool versus alternatives like get_test_plan for a single plan or create_test_plan for creating. The usage context is clear but not exhaustive.

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/TCSoftInc/testcollab-mcp-server'

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