postman-mcp-server

get_schema_file_contents

Retrieve contents of a schema file in the Postman MCP server by specifying API ID, schema ID, and file path for streamlined schema access and management.

Instructions

Get contents of a schema file

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
filePathYesPath to the schema file
schemaIdYesSchema ID
versionIdNoVersion ID (required for API viewers)

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "filePath": { "description": "Path to the schema file", "type": "string" }, "schemaId": { "description": "Schema ID", "type": "string" }, "versionId": { "description": "Version ID (required for API viewers)", "type": "string" } }, "required": [ "apiId", "schemaId", "filePath" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd