Skip to main content
Glama
respanai

Respan MCP Server

Official
by respanai

create_monitor_workflow

Create a monitor workflow that aggregates events, applies conditions, and sends notifications or webhooks when thresholds are met.

Instructions

Create an event-driven Monitor workflow.

Monitor tasks are intentionally limited to aggregation, condition, notification, and webhook. The workflow must contain at least one notification or webhook delivery task. Use aggregation for time windows and condition for the alert threshold.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesMonitor name.
tasksYesMonitor pipeline; must include a notification or webhook delivery task.
is_starredNo
descriptionNoHuman-readable monitoring objective.
trigger_event_typeYesEvent stream observed by the monitor.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided. The description only states 'Create' without detailing side effects, permissions, idempotency, or what happens on success/failure. It doesn't disclose that this creates a persistent resource, which is a typical behavioral expectation. Minimal transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise—two sentences. It conveys the core purpose and key constraints without any fluff or redundancy. Perfectly structured for quick understanding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While the description covers the purpose and constraints, it omits any information about the return value or output (no output schema exists), error handling, or post-creation behavior. It also lacks context on when to use this tool relative to others. The schema covers parameters, but the overall tool context is incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides descriptions for most parameters (80% coverage). The tool description adds a hint about task types ('Use aggregation for time windows and condition for the alert threshold'), which gives some semantic nuance but does not elaborate on all parameters. It adds a little value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates an event-driven Monitor workflow and specifies constraints (limited task types, must include notification/webhook). It is specific to monitor workflows and distinguishes itself from other workflow creation tools by name and content, though it doesn't explicitly contrast with siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide explicit guidance on when to use this tool versus alternatives like create_automation_workflow or create_export_workflow. It implies usage for monitor workflows, but no clear when-not-to-use or prerequisites. The constraints provided are helpful but not a full usage guideline.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/respanai/respan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server