Skip to main content
Glama
TheQtCompanyRnD

squish-mcp

Official

analyze_object_map_structure

Analyze the object map structure within a Squish test suite to understand and identify existing patterns.

Instructions

Analyze the current object map structure to understand existing patterns.

Args: test_suite_path: Path to a suite_* directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
test_suite_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesHigh-level summary with counts and strategy
object_filesYesObject definition files with their contents and patterns
existing_objectsYesAll existing object definitions keyed by object name
page_organizationYesPage organization strategy and associated directory or suite
reference_patternsYesCommon containers, naming, and property patterns
Behavior2/5

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

No annotations are present, so the description must bear the full burden of behavioral disclosure. It neither states nor implies whether the tool is read-only, has side effects, or requires specific permissions. The name suggests a read operation, but this is not explicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main purpose, and contains no superfluous information. Every sentence earns its place.

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 the absence of annotations and the presence of an output schema (not shown), the description is minimally adequate. It does not explain prerequisites, what 'current' means, or how the output is structured, leaving gaps for an agent.

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

Parameters4/5

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

The single parameter 'test_suite_path' is described as 'Path to a `suite_*` directory,' which adds meaningful context beyond the schema's type-only definition. This helps an agent understand what value to provide.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool analyzes the current object map structure to understand existing patterns, using a specific verb and resource. However, it does not differentiate from sibling tools like analyze_object_references or analyze_bdd_context, which may have overlapping purposes.

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 is provided on when to use this tool versus alternatives like analyze_object_references or analyze_existing_patterns. There are no exclusions or contextual hints to guide decision-making.

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