Skip to main content
Glama

list_journey_history

Read-only

Retrieve recent WhatsApp journey enrollments with delivery states. Filter by phone, status, journey, or date range to track campaign progress and identify failed or stopped enrollments.

Instructions

List recent WhatsApp journey enrollments and delivery states.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
phoneNo
sinceNo
untilNo
offsetNo
statusNo
journeyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.6/5.0
Behavior2/5

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

Annotations already declare this as a read-only, non-destructive operation, so the safety profile is covered. The description adds only topical scope and does not disclose pagination behavior, authentication requirements, retention limits, or return format details beyond the annotations.

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 single sentence is front-loaded and free of filler, so it is structurally efficient. It is arguably too sparse for a 7-parameter filtering tool, but it wastes no words.

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

Completeness2/5

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

With 7 parameters, no output schema, and no schema descriptions, the definition lacks sufficient detail about filtering, pagination, and returned fields. It gives only a broad topical summary and is not complete enough for an agent to invoke confidently without opening the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 7 parameters with 0% description coverage, so the description must compensate by explaining their meaning. It does not mention any parameter by name, format, default, or filtering behavior, leaving all parameters undocumented.

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 states a specific verb (List) and resource (recent WhatsApp journey enrollments and delivery states), making the tool's basic purpose clear. However, it does not distinguish this listing tool from siblings such as check_journey_status or get_analytics_summary.

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?

There is no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. The word 'recent' only weakly implies a time-scoped listing context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.