Skip to main content
Glama

postman-mcp-server

by delano

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

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/delano/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server