Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

BearQ: Refine Tests in Functional Areas

bearq_refine_tests_in_functional_areas
Read-onlyIdempotent

Refine draft test cases by targeting specific functional areas using IDs or names, preparing them for promotion to regression tests.

Instructions

Refines every draft test case tagged with one or more functional areas. Functional areas can be given by ID or name. May take multiple passes before drafts are ready to be promoted to regression tests.

Toolset: Tasks

Parameters:

  • functionalAreas (array) required: Functional areas to target, by ID or name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
functionalAreasYesFunctional areas to target, by ID or name.
Behavior1/5

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

The description states 'Refines' implying modification, but annotations set readOnlyHint=true, creating a direct contradiction. Per scoring rules, contradictory descriptions receive a score of 1. The mention of multiple passes is additional but overridden by the contradiction.

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 concise (three sentences) and front-loaded with the primary purpose. Every sentence adds value: purpose, parameter clarification, and behavioral note about multiple passes. No unnecessary words.

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?

Despite good conciseness, the description is incomplete given the contradictory annotations. It does not explain what 'refine' entails, success criteria, or output. The tool lacks an output schema, so the description should compensate. The contradiction further degrades completeness.

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% for the single parameter. The description notes that functional areas can be given by ID or name, which matches the schema description. No additional semantic value is added beyond what the schema provides.

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 action (refines) and the resource (draft test cases) with a specific scope (tagged with functional areas). It effectively distinguishes this tool from siblings like bearq_refine_all_draft_tests by scoping to functional areas.

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 description implies when to use the tool (when you need to refine draft tests by functional area) but provides no explicit guidance on when not to use it or alternatives. It does not mention sibling tools or conditions for avoiding this tool.

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/SmartBear/smartbear-mcp'

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