Skip to main content
Glama
AlexlaGuardia

mcp-activecampaign

list_tasks

Retrieve CRM tasks with optional filtering by deal ID or contact ID to view specific task assignments.

Instructions

List CRM tasks. Optionally filter by deal_id or contact_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
deal_idNo
contact_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description should disclose behavior like pagination, ordering, or result limits. It only says 'List CRM tasks' without explaining what the output contains or how limit/offset affect results.

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

Conciseness5/5

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

The description is a single sentence of 9 words, which is extremely concise. It front-loads the primary purpose ('List CRM tasks') immediately.

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 is minimal given the presence of an output schema and no annotations. It lacks details on pagination, result set size, or any behavioral nuances, though it covers the core function.

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 description adds meaning by noting that deal_id and contact_id are optional filters, but it does not explain limit and offset parameters. Schema coverage is 0%, so the description partially compensates but is incomplete.

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 the action ('List') and resource ('CRM tasks'), and explicitly mentions optional filtering by deal_id or contact_id, which distinguishes it from sibling list tools like list_contacts or list_deals.

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?

No guidance on when to use this tool versus others like create_task, update_task, or delete_task. The description does not mention any prerequisites or context for using filters.

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/AlexlaGuardia/MCP-Activecampaign'

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