Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Swagger: Delete Portal Product

swagger_delete_portal_product
DestructiveIdempotent

Delete a product from a specific portal using its UUID or 'portal-subdomain:product-slug' identifier. Removes the product from the SmartBear portal.

Instructions

Delete a product from a specific portal

Toolset: Products

Parameters:

  • productId (string) required: Product UUID or identifier in the format 'portal-subdomain:product-slug' - unique identifier for the product

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesProduct UUID or identifier in the format 'portal-subdomain:product-slug' - unique identifier for the product

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes
Install Server

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true and idempotentHint=true, so the description only needs to add context rather than repeat the danger. It adds the useful nuance that deletion is scoped to a specific portal, but it doesn't state whether deletion is permanent or has cascading effects; the annotations cover the basic destructive profile.

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 lead sentence is short, specific, and front-loaded. The subsequent 'Toolset' and 'Parameters' sections are mostly redundant with the schema, but the overall size is still small and not distracting.

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 delete operation with a rich annotation set and an output schema, the description is nearly complete. It identifies the operand (portal product), the required identifier format, and the portal-scoped behavior; only irreversible side effects are left implicit.

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 the schema already documents productId fully. The description repeats the same text and adds no new meaning beyond what is structured, 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 opens with a specific action and resource: 'Delete a product from a specific portal.' This clearly distinguishes it from sibling tools like swagger_create_portal_product or swagger_update_portal_product, and the title reinforces the same meaning.

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 this tool: whenever a product needs to be removed from a particular portal. It does not explicitly name alternatives or exclusions, but the delete verb plus the portal-scoping phrase provides enough context for an agent to choose it over create/update/list siblings.

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