Every Tool the Cheerful Connector Exposes
The Cheerful MCP server exposes nine tools. Each one owns a question rather than an endpoint, so an assistant picks by what you asked rather than by guessing at a REST path. All nine are annotated read-only: they can look at anything your Cheerful account can see and change nothing.
Each section below is self-contained — the arguments, the response, the cost and the traps for one tool, with nothing you need from another section to use it correctly.
The Cheerful MCP server exposes nine read-only tools covering creator search, creator profiles, saved lists, campaigns, campaign performance, inbox threads, integration status, account access and credit usage.
The nine, at a glance#
| Tool | Answers | Cost |
|---|---|---|
creator_search | Find or discover creators. | Credits |
creator_profile | Tell me about @handle. | Credits |
list_read | What have I saved. | Free |
campaign_read | What campaigns do I have, and who is sending them. | Free |
campaign_report | How is it performing. | Free |
inbox_read | What came back, and who replied. | Free |
integration_status | Am I connected to X. | Free |
account_read | Who am I, and what may I do. | Free |
billing_usage | Credits, and why something was blocked. | Free |
creator_search — Find or discover creators#
Search creators. Creator rows carrying handle, followers, engagement and platform, plus total and filtered_blocked_count. Results already have your account’s own block list applied. This tool consumes credits at the same rate as the web app.
Arguments
query— for keyword search this describes the PERSON ("vegan meal prep mom"), not the campaign or the product. Foraction="similar"it is a handle.action—keyword(default, hard filters),smart(natural-language brief, planner-ranked), orsimilar(creators resembling one handle).platform—instagram(default) ortiktok.limit(25),page(1).min_followers,max_followers,min_engagement— keyword search only.location— full country names, never codes. Keyword search only.exclude_saved— skip creators already on your lists.
Traps
action="smart"binds a location for fifteen countries only: United States, United Kingdom, Canada, Australia, Germany, France, Spain, Brazil, India, Mexico, Italy, Netherlands, Japan, South Korea and United Arab Emirates. A brief naming any other country has its location silently dropped and comes back global. Useaction="keyword"with an explicitlocationfor anywhere else. This is the single most expensive trap on the whole surface.locationtakes full country names, never ISO codes: "United States" not "US", "United Arab Emirates" not "UAE".- No apostrophes in
query— "women’s health" returns a 502. Write "womens health". totalis the provider’s pre-filter pool, usually tens of thousands. It is not what you received. Count the rows you actually got.- A search takes 90–155 seconds. That is the normal shape, not a hang, and retrying over the top of a running call just spends credits twice.
creator_profile — Tell me about @handle#
Creator profile. Followers, engagement, bio, recent posts, and a public email if one exists. This tool consumes credits at the same rate as the web app.
Arguments
handle— with or without the leading @.platform—instagram(default),tiktokoryoutube.
Traps
platformmust match the platform the handle was discovered on. Handles collide across platforms, so asking for a TikTok handle under the defaultinstagramreturns a different person’s profile, not an error.- No email is the common case, not a failure, and not a reason to search again — emails are enriched later, when a creator is added to a campaign.
- TikTok and YouTube handles Cheerful has not seen before return
is_enriched: falsewith no profile detail. Those platforms have no cheap refresh source, so the full profile is fetched when the creator joins a campaign. That is "not enriched yet", never "a creator with no followers". - Roughly 60 seconds on a cold profile.
list_read — What have I saved#
Read creator lists. Lists with their names and counts; for one list, every creator on it with creators_total. This tool is free — reads do not consume credits.
Arguments
action—index(default, every list) orget(one list’s creators).list_id— required foraction="get".
Traps
- A list carrying
owner_emailbelongs to a teammate. It is readable and usable, but it is theirs — say so when you talk about it.
campaign_read — What campaigns do I have, and who is sending them#
Read campaigns. Campaigns with team_id and owner_email, full settings for one campaign, or the sender mailboxes for one campaign. This tool is free — reads do not consume credits.
Arguments
action—index(default),get(one campaign’s settings), orsenders(the mailboxes that may send THIS campaign).campaign_id— required forgetandsenders.include_stats— sent and reply counts on the index.
Traps
- Senders are a property of the campaign, not of the viewer. A mailbox you can read is not necessarily one you may send from, so never name a sending mailbox that did not come from
action="senders". - 404 and "not yours" are deliberately the same response. A 404 is not proof the thing does not exist — list the parent collection instead of guessing ids.
campaign_report — How is it performing#
Campaign performance. Sent, opened, replied and opted-in counts. This tool is free — reads do not consume credits.
Arguments
action—account(default, whole account) orcampaign.campaign_id— required foraction="campaign".
Traps
- These are outreach metrics only. Credits and spend live in
billing_usage, and the two answer different questions.
inbox_read — What came back, and who replied#
Read inbox. Threads with the account_id each one arrived on, plus a next_cursor. This tool is free — reads do not consume credits.
Arguments
action—threads(default),counts(per-status totals with no bodies), orsearch(text across senders, recipients and subjects).campaign_id,account_id,status_filter,direction_filter,search.limit(25),cursor,include_messages.
Traps
- Page by cursor, never by offset. Pass the previous result’s
next_cursorback ascursor— once a cursor is in play the server ignores offset and you will re-read the same page forever. - Every thread names the mailbox it arrived on, because you may be reading a teammate’s. A thread on a read-only grant cannot be replied to or hidden by you;
account_readis what tells you which is which.
integration_status — Am I connected to X#
Integration status. Connection health for Shopify, Google Sheets, Instantly, Monday, Airtable and the rest. This tool is free — reads do not consume credits.
Arguments
- None.
Traps
- Reports only. Connecting or reconnecting an integration happens in the web app, and no tool here can do it for you.
- Each provider’s status is fetched independently, so one provider being down reports as that provider’s error rather than blanking the others.
account_read — Who am I, and what may I do#
Account and access. Your user id and email, the teams you belong to, and exactly which mailboxes you may read versus send from. This tool is free — reads do not consume credits.
Arguments
- None.
Traps
- This is the tool that answers a 403. "Why can’t I" is almost always an access answer, not an error.
- It answers even for an account with no mailbox connected yet, which makes it the cheapest way to confirm a fresh connector is really talking to your account.
billing_usage — Credits, and why something was blocked#
Credits and usage. Credit balance, what consumed credits this cycle, and when the balance renews. This tool is free — reads do not consume credits.
Arguments
cycle— a specific billing cycle. Defaults to the current one.
Traps
- This is where a 402 sends you. A 402 means out of credits, not a bug.
- Reports credits, never dollars — you buy credits, not spend.
- If
computed_atis null the cycle has not been rolled up yet. That is "not computed yet", not zero. - Usage is keyed to the account that owns the work, so a teammate’s campaign spends the owner’s credits rather than yours.
Errors you will actually see#
| What comes back | What it means | What to do |
|---|---|---|
| 402 | Out of credits. | Call billing_usage. The balance and its renewal date are there. |
| 403 | Your account is not entitled to it. | Call account_read. The answer to "why can’t I" is almost always an access answer. |
| 404 | Not found, or not yours — deliberately the same response. | List the parent collection rather than guessing ids. |
| 502 on a search | Almost always an apostrophe in query. | Rewrite "women’s health" as "womens health". |
An error field instead of a result | The tool refused rather than raised. | Read it — it names the next step. These are written to be actionable, not to be retried unchanged. |
Tools return a structured error rather than raising a protocol error, because a raised exception reaches an assistant as something opaque it cannot act on, and the blind-retry loop that follows is expensive for everyone.
What this does not do#
- Every tool is read-only. There is no write tool on this server, annotated or otherwise.
creator_searchandcreator_profileconsume credits. The other seven do not.inbox_readpages by cursor only. Offset is ignored once a cursor is in play.- Smart search binds a location for fifteen countries; anywhere else is silently dropped and needs a keyword search.
creator_profileon an unseen TikTok or YouTube handle returnsis_enriched: falsewith no detail rather than a full profile.- Nothing here connects an integration, changes a setting, or acts on a thread.
Frequently asked questions#
- How many tools does the Cheerful MCP server have?
- Nine, all read-only: creator_search, creator_profile, list_read, campaign_read, campaign_report, inbox_read, integration_status, account_read and billing_usage.
- Which tools cost credits?
- Creator search and creator profile. The seven read tools are free.
- Why did my search return nothing for a country I named?
- Smart search only binds a location for fifteen countries and silently drops the rest, returning global results. Use a keyword search with an explicit full country name — "United Arab Emirates", not "UAE".
- Why does a creator have no email?
- Most creators have no public email, which is the common case rather than a failure. Emails are enriched later, when a creator is added to a campaign.
- Why did I get the wrong person’s profile?
- The platform argument must match where the handle was discovered. Handles collide across platforms, so a TikTok handle left on the default returns whoever holds that name on Instagram — a successful response about a different person.