Skip to main content
Glama
TCSoftInc

TestCollab MCP Server

by TCSoftInc

get_project_context

Retrieves project context including names, IDs, and metadata to resolve human-readable references for other tools. Call this at the start of each conversation to prevent errors.

Instructions

Get project context including project name, description, application type, suite tree, tags, test_case_custom_fields, test_plan_custom_fields, requirements, test plan folders, releases, and project users. Returns the metadata needed to resolve human-readable names (e.g. suite titles, tag names, folder titles, release titles, user names) to numeric IDs used by other tools. Also returns the project description and app_type (web_app, mobile_app, api, desktop_app, other) which should inform the style of test steps you generate.

IMPORTANT: Call this tool at the start of every conversation before using any other TestCollab tool. This avoids errors from unresolved suite names, tag names, or custom field references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID (optional — uses default project if omitted)
Behavior4/5

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

The description details what is returned (project name, description, app_type, etc.) and explains that it helps resolve names to IDs. It also notes that app_type should inform test step generation. No annotations exist, so the description carries the burden, and it does well, though it does not explicitly state that the tool has no side effects.

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 informative but not excessively long. It uses a clear structure with a list of returned items and an important usage callout in bold. Every sentence serves a purpose.

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 the tool's simplicity (one optional param, no output schema), the description is comprehensive. It covers the purpose, output, usage context, and even cues the agent on how to use the returned app_type. No gaps identified.

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?

The single parameter (project_id) has 100% schema coverage. The description does not add significant meaning beyond the schema's note about optionality. Baseline 3 is appropriate since the schema already documents the parameter adequately.

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 project context including metadata for name-to-ID resolution. It lists specific items like suite tree, tags, custom fields, etc., and distinguishes itself from siblings by emphasizing its role as a prerequisite for other tools.

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 instructs the agent to call this tool 'at the start of every conversation before using any other TestCollab tool' to avoid errors. This provides clear when-to-use guidance and implies exclusion of other tools for this purpose.

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