Skip to main content
Glama

postman-mcp-server

by delano

get_api

Retrieve comprehensive details of a specific API, including collections, versions, schemas, and gitInfo, by providing the API ID. This method streamlines API management and integration workflows.

Instructions

Get details of a specific API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
includeNoAdditional data to include

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "include": { "description": "Additional data to include", "items": { "enum": [ "collections", "versions", "schemas", "gitInfo" ], "type": "string" }, "type": "array" } }, "required": [ "apiId" ], "type": "object" }

You must be authenticated.

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