Skip to main content
Glama
SmartBear

SmartBear MCP server

Official
by SmartBear

Swagger: Update Portal Product

swagger_update_portal_product
Read-onlyIdempotent

Update a product's display name, slug, description, visibility, or navigation status 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)
Behavior1/5

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

The description claims an update operation while annotations declare readOnlyHint=true, which is a direct contradiction. This severely undermines trust. The description does not clarify behavioral traits beyond the parameter constraints already in the schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with sections and bullet points, but the parameter descriptions are verbose and repetitive. Could be more concise by focusing on unique details.

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?

Without an output schema, the description should explain return values or side effects, but it does not. The contradiction between description and annotations further reduces completeness. Given 6 parameters and moderate complexity, the description is insufficient.

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%, so baseline is 3. The description adds minor context (e.g., 'changes how it appears to users in navigation' for name), but largely repeats schema descriptions. No significant enhancement beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Update a product's settings within a specific portal', specifying the verb and resource. However, it does not differentiate from sibling tools like swagger_create_portal_product or swagger_publish_portal_product, which could lead to confusion.

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 guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, typical scenarios, or when not to use it.

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