Skip to main content
Glama

postman-mcp-server

by delano

run_monitor

Execute a monitor and retrieve run details. Supports async mode, where stats and executions can be fetched later using GET /monitors/{id}.

Instructions

Run a monitor. For async=true, response won't include stats, executions, and failures. Use GET /monitors/{id} to get this information for async runs.

Input Schema

NameRequiredDescriptionDefault
asyncNoIf true, runs the monitor asynchronously from the created monitor run task
monitorIdYesMonitor ID

Input Schema (JSON Schema)

{ "properties": { "async": { "default": false, "description": "If true, runs the monitor asynchronously from the created monitor run task", "type": "boolean" }, "monitorId": { "description": "Monitor ID", "type": "string" } }, "required": [ "monitorId" ], "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