postman-mcp-server

create_update_schema_file

Create or update a schema file

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
contentYesFile content
filePathYesPath to the schema file
rootNo
schemaIdYesSchema ID

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "content": { "description": "File content", "type": "string" }, "filePath": { "description": "Path to the schema file", "type": "string" }, "root": { "properties": { "enabled": { "description": "Tag as root file (protobuf only)", "type": "boolean" } }, "type": "object" }, "schemaId": { "description": "Schema ID", "type": "string" } }, "required": [ "apiId", "schemaId", "filePath", "content" ], "type": "object" }

You must be authenticated.

Other Tools