postman-mcp-server

create_api

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