swagger_create_portal_product

Create a new product for a specific portal. Parameters: - portalId (string) *required*: Portal UUID or subdomain - unique identifier for the portal instance - type (string) *required*: Product creation type - 'new' to create from scratch or 'copy' to duplicate an existing product - productId (str...

SERVERSmartBear MCP SOURCESmartBear/smartbear-mcp
Medium RISK CLASS
Category Write
Parameters 94 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/smartbear-mcp/swagger-create-portal-product.md

What swagger_create_portal_product does on SmartBear MCP

AI agents use swagger_create_portal_product to create or update resources in SmartBear MCP, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your SmartBear MCP environment.

ParameterTypeRequiredDescription
name string Yes Product display name - will be shown to users in the portal navigation and product listings (3-40 characters)
role boolean Whether the product has role-based access restrictions - controls if specific user roles are required to access the product
slug string Yes URL-friendly identifier for the product - must be unique within the portal, used in URLs (e.g., 'my-api' becomes /my-api). 3-22 characters, lowercase, alphanume
type string Yes Product creation type - 'new' to create from scratch or 'copy' to duplicate an existing product
hidden boolean Whether the product is hidden from the portal landing page navigation menus - useful for internal or draft products
public boolean Whether the product is publicly visible to all portal visitors - false means only authenticated users with appropriate roles can access it
portalId string Yes Portal UUID or subdomain - unique identifier for the portal instance
productId string Source product UUID to copy from - required when type is 'copy', specifies which existing product to duplicate. Omit when type is 'new'
description string Product description - explains what the API/product does, shown in product listings and cards (max 110 characters)

Parameters from the server's own tool schema.

Why swagger_create_portal_product is rated Medium

The tool creates or modifies data (new product or duplicated product) in a portal system. It is reversible—created products can be deleted or modified later. While it affects portal configuration, it does not execute arbitrary code, delete data irreversibly, or move money.

From the tool's definition Tool name includes 'create' and description states 'Create a new product for a specific portal.' Parameters support creation of new entities ('type' with 'new' option) and copying existing products. This is a reversible data creation operation.

Questions about swagger_create_portal_product

What does the swagger_create_portal_product tool do? +

Create a new product for a specific portal. Parameters: - portalId (string) *required*: Portal UUID or subdomain - unique identifier for the portal instance - type (string) *required*: Product creation type - 'new' to create from scratch or 'copy' to duplicate an existing product - productId (string): Source product UUID to copy from - required when type is 'copy', specifies which existing product to duplicate. Omit when type is 'new' - name (string) *required*: Product display name - will be shown to users in the portal navigation and product listings (3-40 characters) - slug (string) *required*: URL-friendly identifier for the product - must be unique within the portal, used in URLs (e.g., 'my-api' becomes /my-api). 3-22 characters, lowercase, alphanumeric with hyphens, underscores, or dots - description (string): Product description - explains what the API/product does, shown in product listings and cards (max 110 characters) - public (boolean): Whether the product is publicly visible to all portal visitors - false means only authenticated users with appropriate roles can access it - hidden (boolean): Whether the product is hidden from the portal landing page navigation menus - useful for internal or draft products - role (boolean): Whether the product has role-based access restrictions - controls if specific user roles are required to access the product. It is categorised as a Write tool in the SmartBear MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does swagger_create_portal_product accept? +

swagger_create_portal_product accepts 9 parameters: name, role, slug, type, hidden, public, portalId, productId, description. Required: name, slug, type, portalId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on swagger_create_portal_product? +

Register the SmartBear MCP server in PolicyLayer and add a rule for swagger_create_portal_product: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches SmartBear MCP. Nothing to install.

What risk level is swagger_create_portal_product? +

swagger_create_portal_product is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit swagger_create_portal_product? +

Yes. Add a rate_limit block to the swagger_create_portal_product rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block swagger_create_portal_product completely? +

Set action: deny in the PolicyLayer policy for swagger_create_portal_product. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides swagger_create_portal_product? +

swagger_create_portal_product is provided by the SmartBear MCP server (SmartBear/smartbear-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on SmartBear, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of SmartBear's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.