Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Contract Testing: Delete Pacticipant

contract-testing_delete_pacticipant
DestructiveIdempotent

Delete a pacticipant and all associated data to clean up contract testing environments.

Instructions

Delete a pacticipant and all its associated data.

Toolset: Pacticipants

Parameters:

  • pacticipantName (string) required: Name of the pacticipant to delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pacticipantNameYesName of the pacticipant to delete
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already signal destructive behavior, and the description usefully adds that deletion cascades to 'all its associated data.' This is important behavioral context beyond the structured annotations, even though permissions or irreversibility are not explicitly mentioned.

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 short and front-loaded with the core action and its destructive scope. The parameter list is clear, though it largely duplicates the schema and the 'Toolset: Pacticipants' line adds limited value, keeping it just below a top score.

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?

For a single-parameter destructive operation, the description plus annotations covers the essential facts: what is deleted, that the operation is destructive, and that it is idempotent. Lack of an output schema is not a major gap for a simple delete operation, though more detail on permissions or irreversibility would improve 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 description coverage is 100%, and the description essentially repeats the schema's parameter documentation. It adds no new semantic meaning beyond what the input schema already provides, so the baseline of 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?

The description states a specific verb ('Delete') and resource ('pacticipant') and clarifies scope with 'all its associated data.' This distinguishes it from other deletion tools like delete_branch or delete_webhook and makes the tool's exact 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?

Usage is implied by the name and description: use this when the pacticipant should be permanently removed. However, there is no explicit guidance about when not to use it, such as preferring update_pacticipant or considering downstream impacts before deletion.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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