Postman Tool Generation MCP Server

by giovannicocco
Verified

generate_ai_tool

Generate code for an AI agent tool using a Postman collection and request

Input Schema

NameRequiredDescriptionDefault
agentFrameworkYesAI agent framework to use
collectionIdYesThe Public API Network collection ID
languageYesProgramming language to use
requestIdYesThe public request ID

Input Schema (JSON Schema)

{ "properties": { "agentFramework": { "description": "AI agent framework to use", "enum": [ "openai", "mistral", "gemini", "anthropic", "langchain", "autogen" ], "type": "string" }, "collectionId": { "description": "The Public API Network collection ID", "type": "string" }, "language": { "description": "Programming language to use", "enum": [ "javascript", "typescript" ], "type": "string" }, "requestId": { "description": "The public request ID", "type": "string" } }, "required": [ "collectionId", "requestId", "language", "agentFramework" ], "type": "object" }

You must be authenticated.

Other Tools