Skip to main content
Glama

postman-mcp-server

by delano

list_apis

Retrieve and filter all APIs in a Postman workspace by creator, description, or pagination, using a workspace ID for targeted results.

Instructions

List all APIs in a workspace

Input Schema

NameRequiredDescriptionDefault
createdByNoFilter by creator user ID
cursorNoPagination cursor
descriptionNoFilter by description text
limitNoMaximum number of results
workspaceIdYesWorkspace ID (required)

Input Schema (JSON Schema)

{ "properties": { "createdBy": { "description": "Filter by creator user ID", "type": "number" }, "cursor": { "description": "Pagination cursor", "type": "string" }, "description": { "description": "Filter by description text", "type": "string" }, "limit": { "description": "Maximum number of results", "type": "number" }, "workspaceId": { "description": "Workspace ID (required)", "type": "string" } }, "required": [ "workspaceId" ], "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