Skip to main content
Glama
prowptai

Prowpt MCP Server

Official
by prowptai

execute_workflow

Run a workflow by providing its ID and optional trigger data to start execution.

Instructions

Execute a workflow with trigger data

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workflow_idYes
trigger_dataNo
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It only says 'with trigger data' but does not explain whether execution is synchronous or asynchronous, if it returns an execution ID, or any side effects. The behavioral impact beyond the input schema is not addressed.

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 a single sentence, which is concise but overly minimal for a tool with two parameters and no annotations. It fails to front-load critical information, and the space is not used to add value beyond the name, resulting in under-specification rather than effective conciseness.

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

Completeness1/5

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

Given the tool has two parameters (including a nested object), no output schema, and no annotations, the description is severely incomplete. It does not explain return values, error scenarios, or post-execution behavior, leaving the agent without sufficient context to use the tool correctly.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must compensate. It mentions 'trigger_data' generically but does not specify the expected format, keys, or any constraints for that object. The 'workflow_id' parameter is not described at all, leaving the agent without meaningful semantic guidance beyond the schema's type definition.

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 includes a specific verb ('Execute') and resource ('workflow') along with mention of trigger data, clearly indicating it triggers a workflow. However, it lacks differentiation from sibling tools like 'create_workflow' or 'get_workflow_executions' and does not specify whether it runs an existing workflow by ID or creates a new run, leaving some ambiguity.

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?

There is no guidance on when to use this tool versus alternatives, such as whether it should be used instead of 'create_workflow' for triggering or 'get_workflow_executions' for monitoring. No prerequisites or context for appropriate usage are provided.

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/prowptai/prowpt-mcp-server'

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