AgentSkillsCN

integration-mailchimp

通过 AgenCo 可用的 Mailchimp 操作

SKILL.md
--- frontmatter
name: integration-mailchimp
description: "Mailchimp actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Mailchimp

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
list_audiencesRetrieves mailing lists and audiences
get_audienceFetches audience details and statistics
add_subscriberAdds new subscribers to audiences
get_subscriberRetrieves subscriber information and activity
update_subscriberModifies subscriber details and preferences
list_campaignsGets email campaigns with status
create_campaignCreates new email campaigns
send_campaignSends campaigns to audiences
get_campaign_reportRetrieves campaign performance metrics
list_templatesGets email templates for campaigns

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["mailchimp list audiences"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["mailchimp list audiences"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"mailchimp_list_audiences","input":{...}}'

If Mailchimp is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.