Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Swagger: Update Portal Product

swagger_update_portal_product
DestructiveIdempotent

Update a product's display name, URL slug, description, or visibility and navigation settings within a SmartBear portal.

Instructions

Update a product's settings within 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

  • name (string): Update product display name - changes how it appears to users in navigation and listings (3-40 characters)

  • slug (string): Update URL-friendly identifier - must remain unique within the portal, affects product URLs (3-22 characters, lowercase, alphanumeric with hyphens/underscores/dots)

  • description (string): Update product description - explains the API/product functionality, shown in listings (max 110 characters)

  • public (boolean): Change product visibility - true makes it publicly accessible to all visitors, false restricts to authenticated users with roles

  • hidden (boolean): Change navigation visibility - true hides from portal landing page menus while keeping the product accessible via direct links

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoUpdate product display name - changes how it appears to users in navigation and listings (3-40 characters)
slugNoUpdate URL-friendly identifier - must remain unique within the portal, affects product URLs (3-22 characters, lowercase, alphanumeric with hyphens/underscores/dots)
hiddenNoChange navigation visibility - true hides from portal landing page menus while keeping the product accessible via direct links
publicNoChange product visibility - true makes it publicly accessible to all visitors, false restricts to authenticated users with roles
productIdYesProduct UUID or identifier in the format 'portal-subdomain:product-slug' - unique identifier for the product
descriptionNoUpdate product description - explains the API/product functionality, shown in listings (max 110 characters)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
slugNo
hiddenNo
publicNo
portalIdNo
descriptionNo
Behavior3/5

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

Annotations already indicate destructive and idempotent behavior. Description adds no extra behavioral context beyond listing parameters; does not disclose side effects, permission requirements, or impact on existing settings.

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?

Front-loaded with clear purpose, followed by a well-organized parameter list. Efficient but slightly verbose due to full parameter descriptions.

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?

Output schema exists, so return values need not be explained. But missing context on error cases, preconditions (e.g., portal must exist), and relationship to other portal entities.

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 repeats the same parameter descriptions. No additional meaning or usage hints provided beyond what the schema already offers.

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?

Description states "Update a product's settings within a specific portal" using a specific verb and resource, clearly distinguishing from sibling tools like create, delete, and publish.

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 explicit guidance on when to use this tool versus alternatives. Does not mention prerequisites, context, or scenarios where update is appropriate vs. other operations.

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