Skip to main content
Glama
ohneben

ActiveCampaign MCP

get_flow_execution_contact

Read-onlyIdempotent

Retrieve a specific flow execution contact from ActiveCampaign by providing its unique ID. This read-only operation fetches contact data without making changes to your account.

Instructions

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

Get Flow Execution Contact by Id

Fetches data. Makes no changes to your ActiveCampaign account.

Get Flow Execution Contact by Id.

Input Schema

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

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. The description reinforces that it 'Fetches data. Makes no changes' but adds no additional behavioral context beyond what the annotations provide. No contradiction.

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

Conciseness3/5

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

The description is relatively short but contains repetition (e.g., 'Get Flow Execution Contact by Id' appears twice) and an emoji/endpoint line that doesn't add useful information. It could be more concise.

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?

For a simple tool with one parameter, no output schema, and clear annotations, the description is adequate. However, it does not describe what the fetched data contains or suggest typical use cases, leaving some gaps.

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 has 100% description coverage for the single parameter 'id', which is documented as 'A Flow Execution Contact Id to Retrive.' The description adds no further meaning or usage details beyond the schema.

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 explicitly states 'Get Flow Execution Contact by Id' and clarifies it fetches data without making changes. It uses a specific verb (Get) and resource (Flow Execution Contact), clearly distinguishing it from sibling tools like create_flow_execution or list_flow_execution_contact.

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, nor does it mention when not to use it. It lacks any contextual advice for selection among the large set of sibling tools.

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