Skip to main content
Glama
ohneben

ActiveCampaign MCP

get_flow_execution

Read-onlyIdempotent

Fetch detailed information about a single flow execution by its unique ID. This read-only tool accesses data without modifying your ActiveCampaign account.

Instructions

🟢 READ-ONLY · Whatsapp · GET /channel/whatsapp/flow-execution/{id}

Get Flow Execution

Fetches data. Makes no changes to your ActiveCampaign account.

Get Flow Execution by Id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA Flow Execution Id to retrive.
Behavior3/5

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

Annotations already provide readOnlyHint, idempotentHint, destructiveHint=false. The description reinforces 'READ-ONLY' and 'Makes no changes,' but adds no new behavioral context beyond the structured data.

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

Conciseness4/5

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

The description is brief and front-loaded with the endpoint and behavior. It has a minor redundancy (repeating 'Get Flow Execution') but is otherwise efficient and well-structured.

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

Completeness5/5

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

For a simple read tool with one parameter and full annotations, the description is complete. No missing information needed for correct invocation.

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?

Schema coverage is 100% with a clear parameter description. The tool description adds no extra meaning beyond the schema, so baseline 3 is appropriate.

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

Purpose5/5

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

The description clearly states 'Get Flow Execution by Id' and includes the endpoint pattern. It distinguishes from siblings like list_flow_execution and create_a_flow_execution.

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

Usage Guidelines4/5

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

The description includes 'READ-ONLY' and 'Fetches data. Makes no changes.' It implies safe read-only usage, but doesn't explicitly contrast with listing or creation tools, though sibling names make it clear.

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/ohneben/ActiveCampaign-MCP'

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