Skip to main content
Glama

postman-mcp-server

by delano

create_api_schema

Generate API schemas for various formats including OpenAPI, GraphQL, and Protobuf by providing API ID, type, and schema files in the MCP server.

Instructions

Create a schema for an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
filesYesSchema files
typeYesSchema type

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "files": { "description": "Schema files", "items": { "properties": { "content": { "description": "File content", "type": "string" }, "path": { "description": "File path", "type": "string" }, "root": { "properties": { "enabled": { "description": "Tag as root file (protobuf only)", "type": "boolean" } }, "type": "object" } }, "required": [ "path", "content" ], "type": "object" }, "type": "array" }, "type": { "description": "Schema type", "enum": [ "proto:2", "proto:3", "graphql", "openapi:3_1", "openapi:3", "openapi:2", "openapi:1", "raml:1", "raml:0_8", "wsdl:2", "wsdl:1", "asyncapi:2" ], "type": "string" } }, "required": [ "apiId", "type", "files" ], "type": "object" }
Install Server

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