postman-mcp-server

get_api_schema

Get a specific schema from an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
bundledNoReturn schema in bundled format
schemaIdYesSchema ID
versionIdNoVersion ID (required for API viewers)

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "bundled": { "description": "Return schema in bundled format", "type": "boolean" }, "schemaId": { "description": "Schema ID", "type": "string" }, "versionId": { "description": "Version ID (required for API viewers)", "type": "string" } }, "required": [ "apiId", "schemaId" ], "type": "object" }

You must be authenticated.

Other Tools