postman-mcp-server

create_api

Generate a new API within a specified workspace, allowing users to define the API name, summary, and detailed description using Markdown. Integrates with Postman for streamlined API management.

Instructions

Create a new API

Input Schema

NameRequiredDescriptionDefault
descriptionNoDetailed description (supports Markdown)
nameYesAPI name
summaryNoBrief description
workspaceIdYesTarget workspace ID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Detailed description (supports Markdown)", "type": "string" }, "name": { "description": "API name", "type": "string" }, "summary": { "description": "Brief description", "type": "string" }, "workspaceId": { "description": "Target workspace ID", "type": "string" } }, "required": [ "name", "workspaceId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd