Skip to main content
Glama
adama007

testlink-mcp-server

by adama007

create_test_suite

Create a test suite in a TestLink project, optionally nested under a parent suite, with settings for duplicate names.

Instructions

Create a test suite inside a project, optionally nested under a parent suite (tl.createTestSuite).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orderNo
detailsNoDescription / notes for the suite.
parentIdNoParent test suite id, if nesting.
testProjectIdYes
testSuiteNameYes
checkDuplicatedNameNo
actionOnDuplicatedNameNoblock
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 for behavioral disclosure. It mentions optional nesting, but it does not explain that creation is a permanent write operation, any permission requirements, duplicate-name handling behavior (despite parameters for it), or what the response contains. This is minimal disclosure for a mutation tool.

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, front-loaded sentence that efficiently conveys the core purpose. The inclusion of 'tl.createTestSuite' is redundant technical detail but does not significantly harm readability. It is appropriately concise, though slightly under-specified for the number of parameters.

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?

For a tool with 7 parameters, no output schema, and no annotations, the one-sentence description is insufficient. It does not cover duplicate handling, return value, permissions, or how ordering works. Sibling tools exist but are not referenced. The description leaves many practical questions unanswered.

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?

Schema description coverage is only 29% (2 of 7 parameters have descriptions), so the description must compensate. It adds meaning for parentId via 'nested under a parent suite' and testProjectId via 'inside a project', but it provides no guidance on testSuiteName, order, checkDuplicatedName, or actionOnDuplicatedName. The description does not sufficiently explain the parameter semantics for a tool with many optional parameters.

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 tool creates a test suite within a project, and it distinguishes itself from sibling tools like create_project or create_test_case by specifying the resource type ('test suite') and the action ('create'). The optional nesting detail adds further specificity. This is a strong, unambiguous purpose.

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

Usage Guidelines3/5

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

The usage is implied: if you need to create a test suite, use this tool. However, it does not explicitly mention when not to use it or suggest alternatives (e.g., update_test_suite for existing suites). No exclusions or comparisons are provided, so while the context is clear, it lacks explicit guidance.

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/adama007/MCP-TESTLINK'

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