Skip to main content
Glama

postman-mcp-server

by delano

update_api

Modify an existing API by updating its name, description, or summary in the Postman-MCP server. Provide the API ID to ensure accurate changes.

Instructions

Update an existing API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
descriptionNoUpdated detailed description
nameNoNew API name
summaryNoUpdated brief description

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "description": { "description": "Updated detailed description", "type": "string" }, "name": { "description": "New API name", "type": "string" }, "summary": { "description": "Updated brief description", "type": "string" } }, "required": [ "apiId" ], "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