list_campaigns
Lista las campañas/correos del tenant. Filtrable por estado (draft, scheduled, sending, sent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1-500, default 20. | |
| status | No | Filtro de estado (opcional). |
Lista las campañas/correos del tenant. Filtrable por estado (draft, scheduled, sending, sent).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1-500, default 20. | |
| status | No | Filtro de estado (opcional). |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It only states basic functionality and filtering. No mention of authentication, rate limits, idempotency, or what happens on empty results. For a read operation, this minimal disclosure is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise with two sentences. First sentence states purpose, second adds filtering capability. Every word earns its place with no fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple list tool with 2 optional parameters and no output schema, the description covers basic functionality and filtering. However, it lacks information about the return format (fields, ordering, pagination) which would be helpful for an agent to interpret results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. The description adds value by listing explicit filter values ('draft, scheduled, sending, sent') that are not in the schema as enums, enhancing parameter understanding beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists campaigns/emails of the tenant ('Lista las campañas/correos del tenant'), which is a specific verb+resource. It distinguishes itself from sibling tools like get_campaign_stats and launch_campaign by clearly being a listing operation. Mention of filtering by status adds further specificity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies when to use (to list campaigns), but provides no explicit guidance on alternatives or when not to use. It does not mention other tools for campaign stats or launching, so usage context is implied but not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.