Skip to main content
Glama
vdloureiro

MCP-manychat

by vdloureiro

List Growth Tools

manychat_list_growth_tools
Read-only

List all growth tools in your ManyChat account, including widgets, comment triggers, and ads JSON, to review and manage your growth assets.

Instructions

List all growth tools (widgets, comment triggers, ads JSON) in the ManyChat account

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.3/5.0
Behavior3/5

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

The readOnlyHint annotation already establishes this as a safe read operation. The description adds useful scoping by listing the categories included, but it does not mention response format, pagination, or any other behavioral details. Given the annotation coverage, this is acceptable but not exceptional.

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?

A single, front-loaded sentence that states the action, resource, scope, and included categories without any filler. Every word earns its place.

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

Completeness5/5

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

For a parameterless, read-only list tool with a clear scope, the description is complete. There are no parameters to document, the readOnlyHint covers safety, and the sibling tools provide enough context for distinguishing use cases.

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

Parameters4/5

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

The tool has zero parameters and the schema coverage is 100%, so no parameter documentation is needed. The description appropriately focuses on the resource being listed rather than on parameter details.

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 uses a specific verb ('List') and a clear resource ('growth tools'), and even enumerates what counts as growth tools: widgets, comment triggers, ads JSON. This distinguishes it from sibling list tools like manychat_list_flows and manychat_list_custom_fields.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes clear this is the tool for retrieving all growth tools in the ManyChat account. It does not explicitly name alternatives or exclusions, but the resource name and the sibling tool names make the appropriate usage context obvious.

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