Skip to main content
Glama
Rootly-AI-Labs

Rootly MCP server

Official

createWorkflow

Create a new workflow from provided data with the Rootly MCP server, enabling admins to set 'locked' status during creation while restricting non-admin users from doing so.

Instructions

Creates a new workflow from provided data

Responses:

  • 201 (Success): admins can set 'locked' while creating a workflow

    • Content-Type: application/vnd.api+json

    • Example:

{
  "key": "value"
}
  • 401: responds with unauthorized for invalid token

    • Content-Type: application/vnd.api+json

    • Example:

{
  "key": "value"
}
  • 403: non-admins can't set 'locked' while creating a workflow

    • Content-Type: application/vnd.api+json

    • Example:

{
  "key": "value"
}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds valuable context about permission-based constraints (admins can set 'locked', non-admins cannot) and includes HTTP response codes (201, 401, 403) with examples. However, it doesn't describe what 'workflow' means in this context, what data is required, or the full behavioral implications of creating a workflow.

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

Conciseness2/5

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

The description is poorly structured with excessive HTTP response detail that belongs in API documentation rather than an AI tool description. The first line is clear, but the subsequent response code sections are verbose and not front-loaded with essential information. The description could be much more concise while retaining the permission constraints.

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

Completeness3/5

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

Given that there's an output schema (per context signals), the description doesn't need to explain return values. However, for a creation tool with no annotations, the description should provide more context about what a 'workflow' is, what data it expects, and the implications of creation. The permission constraints are helpful but insufficient for full contextual understanding.

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

Parameters4/5

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

The input schema has 0 parameters with 100% description coverage, so the baseline is 4. The description doesn't need to explain parameters, and it appropriately doesn't attempt to do so. The mention of 'provided data' in the purpose statement is sufficient given the empty parameter 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 the tool's purpose: 'Creates a new workflow from provided data'. This specifies the verb ('creates') and resource ('workflow'), making it easy to understand what the tool does. However, it doesn't explicitly differentiate from sibling tools like 'createAlert' or 'createService' beyond the resource name.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. While it mentions admin vs non-admin permissions for the 'locked' field, this is about behavioral constraints rather than usage context. There's no mention of prerequisites, when this tool is appropriate, or how it relates to sibling tools like 'listWorkflows'.

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

Related 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/Rootly-AI-Labs/Rootly-MCP-server'

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