Skip to main content
Glama
TheQtCompanyRnD

squish-mcp

Official

analyze_bdd_context

Examines BDD usage in a Squish test suite to reveal patterns, coverage, and adherence to behavior-driven development practices.

Instructions

Analyze how BDD is used in a specific test suite.

Args: test_suite_path: Path to a suite_* directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_suite_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesSummary of BDD test structure found
bdd_suiteNoBDD suite metadata with step directories and files
step_filesYesFlattened step files from the suite
feature_filesYesFeature files with content and used steps
has_bdd_testsYesWhether any BDD tests were found in the suite
relationshipsYesMappings between feature steps and step definitions
step_definitionsYesFlattened step definitions from the suite
Behavior2/5

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

No annotations provided, so description must bear full burden. It does not disclose whether the tool modifies state, requires permissions, or has side effects. Output schema exists but return behavior is unspecified.

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?

Two concise sentences with front-loaded action. However, omission of behavioral details makes it less effective than it could be.

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?

Designed for a specialized analysis task, yet lacks description of output or return schema. An output schema exists but is not referenced, so the agent remains uninformed about what is returned.

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 description coverage is 0%. The description adds clarification that 'test_suite_path' should be a path to a 'suite_*' directory, improving over the plain string type. However, it lacks details on path format or validation rules.

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 'Analyze' and resource 'how BDD is used in a specific test suite', specifying it applies to a suite directory. It distinguishes from siblings like 'analyze_bdd_documentation' which likely targets documentation.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like 'analyze_bdd_documentation' or other analysis tools. Lacks context on prerequisites or best use scenarios.

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/TheQtCompanyRnD/squish-mcp'

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