postman-mcp-server

get_schema_file_contents

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