Skip to main content
Glama

add_suites_to_execution

Add test suites to an execution, including a snapshot of each suite's current cases. Suites outside the execution's project are skipped; already present suites are ignored. Returns counts of added and skipped.

Instructions

Add one or more Suites (folders of type suite) to an execution. Each suite's current cases are snapshotted in. Suites must belong to the execution's project; others are skipped. Idempotent: suites already present in the execution are skipped (not duplicated). Returns {added, skipped}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
suiteIdsYesSuite (folder) UUIDs
executionIdYesExecution UUID
Behavior1/5

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

The description gives valuable behavioral details: snapshotting, project filtering, duplicate avoidance, and return shape {added, skipped}. However, it directly contradicts the annotations: the description calls the operation 'Idempotent' while the annotations set idempotentHint=false. This is an annotation 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?

Three focused sentences, front-loaded with the core action, and each additional detail adds value: snapshotting, project scoping, idempotency, and the return shape. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Without an output schema it states the return value {added, skipped}, and it explains snapshot behavior, project restrictions, and duplicate handling. The schema covers parameters fully. Only minor failure-mode or error details are absent, but the description is sufficiently complete for invocation.

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 100%, so both parameters are already documented with clear UUID descriptions. The description adds execution-level semantics such as snapshotting, project filtering, and duplicate skipping, but does not need to explain the parameters further. Baseline 3 is appropriate.

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?

States a specific verb ('Add') and resource ('Suites ... to an execution'), clarifies that Suites are folders of type suite, and distinguishes the operation from sibling tools like add_cases_to_execution and add_collections_to_execution. The snapshot behavior further makes the purpose unambiguous.

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?

Provides useful constraints: suites must belong to the execution's project or they are skipped, and duplicates are skipped. However, it does not explicitly state when to choose this tool over the sibling alternatives, so the usage guidance is more contextual than explicit.

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/m00nreport/mcp-server'

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