Skip to main content
Glama
ohneben

ActiveCampaign MCP

get_result_set_by_run_id

Read-onlyIdempotent

Retrieve a read-only match-some result-set for a given segment and run ID. Use the 'is_ready' attribute to check readiness.

Instructions

🟢 READ-ONLY · Segments · GET /api/3/segmentMatchSome/{segmentId}/{runId}

Return a Match Some result-set

Fetches data. Makes no changes to your ActiveCampaign account.

If the result-set is not ready yet, the response's is_ready attribute will be equal to false. The match-all request has errored out if the is_ready attribute is false and the run_id_end attribute contains a valid timestamp`; when this occurs please try your request again or alert the support team. If either the RunId or the SegmentId have expired or otherwise do not exist, a 404 with error details will be returned.

Sorting is not supported for this endpoint. This endpoint can be used to…

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage Number1
runIdYesA run id
page_sizeNoPage Size. Maximum: 10,00020
segmentIdYessegmentId
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable context about partial readiness (is_ready flag), error conditions (expired IDs return 404), and that sorting is unsupported. This goes beyond the annotations without 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 front-loaded with purpose and uses emoji and bold for clarity. However, it contains incomplete sentences (e.g., 'This endpoint can be used to…') and a stray backtick, reducing professionalism. It could be more concise by removing redundant phrases like 'Makes no changes to your ActiveCampaign account.'

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?

The description explains key response attributes (is_ready, run_id_end) and error handling, but lacks details about pagination behavior (how page and page_size affect results) and the full response structure. Given no output schema, more completeness is expected for a data retrieval tool.

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?

Input schema covers 100% of parameters with descriptions. The description adds the fact that segmentId and runId are path parameters and can expire, but does not provide additional meaning beyond the schema for page and page_size. Baseline 3 is appropriate given high schema coverage.

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 returns a 'Match Some result-set' and specifies it is read-only via emoji and text. It includes the HTTP method and endpoint path, which helps identify its function. However, it does not explicitly distinguish it from the sibling tool 'get_result_set_by_id', missing an opportunity for differentiation.

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 provides guidance on when to retry or alert support based on response attributes, and notes sorting is unsupported. However, it does not explain when to use this tool versus alternatives like get_result_set_by_id or other segment-related tools, leaving usage context implicit.

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