Brands, memory, skills, saved creators, connectors, settings, credits and jobs.
read-only / discovery
enable_tools#
Turn on more Hermoso tools
LIST a group of tools that is not in this session's roster. IT IS NOT HOW YOU REACH A TOOL — call_tool runs any Hermoso tool whether or not it is listed, and that works everywhere. Use this when the session will use MANY tools from one area and you want them in your list. WORKS ON CLIENTS THAT RE-READ THE TOOL LIST (stdio, the CLI, Cursor, Claude Code); a host that fixed its roster at connect time — claude.ai and ChatGPT do — will not show the new tools until it reconnects, and this tool says so in its reply rather than reporting a success you cannot use. The connect-time route that always works is `?tools=all` on the server URL. The default roster is CORE-FIRST: the core tools plus a few that make the connection drivable. Every other tool is held out of the LIST on SIZE alone — the whole registry is several hundred thousand tokens of schema re-sent on every turn, and a roster far past the 30-50 tool mark measurably degrades tool choice. The heaviest groups are `ads`, `analytics`, `channel_admin`: paid-campaign management is most of the total schema weight across eleven ad platforms. NOTHING held out is unfinished or unsafe, and nothing is unreachable — find_tools finds it and call_tool runs it. CALL THIS WHEN A WHOLE AREA IS IN PLAY. If the user settles into building, budgeting, targeting or reporting on ad campaigns, call enable_tools({groups:['ads']}) and the tools appear. If they ask about their own site or product analytics, a tag/tracking container, or how a search engine crawls, indexes or ranks their site, call enable_tools({groups:['analytics']}). Groups: core, research, create, channels, channel_admin, analytics, ads, files, workspace — or 'all'. Free, instant, and it never turns anything off.
| Parameter | Type | Description |
|---|
groupsrequired | string[] | Groups to switch on, e.g. ['ads']. Unknown names are refused by name rather than ignored. |
QUERY SELF-HEAL
find_tools#
Find a Hermoso tool by name or task read-only
Search EVERY Hermoso tool — your starting list is deliberately short, and everything else in the product is here — by name, task or group. Each row gives the tool's PARAMETERS in one line, its CREDIT COST (free means free on every plan; a tool that runs a model quotes the live per-model figure) and its recent HEALTH on this server (failure rate and typical duration, or "no recent calls", which means unseen and not broken). Use it the moment the user asks for something you do not see a tool for (a campaign, an ad set, a lead form, a click-to-WhatsApp ad, a report, keywords, audiences): a tool missing from your list is NEVER proof the feature is missing. Then run the tool with call_tool. A tool that is failing or needs a connector this workspace has not made is ranked last and marked, never hidden — pass onlyHealthy:true if you want those left out. Free, read-only.
| Parameter | Type | Description |
|---|
query | string | words from the task or the tool name, e.g. "lead form", "whatsapp", "google ads keyword", "meta insights" |
group | string | limit to one group: core, research, create, channels, channel_admin, analytics, ads, files, workspace |
limit | number | how many to return (default 12, max 40) |
onlyHealthy | boolean | leave out tools that are failing their recent calls or that need a connector this workspace has not made. Default false — nothing is hidden unless you ask, because a missing row reads as a missing capability. |
call_tool#
Run any Hermoso tool by name destructive
Run ANY Hermoso tool by name — including the paid-campaign, analytics and channel-admin tools that are not in this session's starting list — with the same permissions, the same account and the same result as calling it directly. Get the exact `name` and its `args` from find_tools first. This is the route on hosts that cannot reload their tool list mid-conversation (claude.ai, ChatGPT): enable_tools switches a group on server-side, but such a host keeps the list it fetched at connect time. Arguments are validated against the tool's own schema and a mistake is answered with the expected parameters, not a silent default. Refused by name, with the way out, when the tool needs a connector this workspace has not made or is withheld by the host's own policy.
| Parameter | Type | Description |
|---|
namerequired | string | the tool name exactly as find_tools returned it, e.g. create_meta_lead_form |
args | object | the tool's arguments as an object, exactly as its own schema takes them |
FEEDBACK: let the AGENT report a bug or ask for a capability…
report_bug#
Report a bug
Report a bug in Hermoso to the team. Use this when something in Hermoso genuinely misbehaves — a tool errors unexpectedly, returns a wrong or malformed result, a render comes back broken, or documented behaviour doesn't match what happened. Include what you were trying to do, the exact tool call and arguments, and what came back. Do NOT use it for out-of-credits, a policy refusal, or a missing capability (use request_feature for that). Free, no credits.
| Parameter | Type | Description |
|---|
summaryrequired | string | one-line summary of the bug |
detailsrequired | string | what you were doing, the tool + arguments you called, what you expected, and what actually happened (paste the exact error) |
severity | "low" | "medium" | "high" | high = blocks the task or loses paid work; medium = wrong output but workable; low = cosmetic |
request_feature#
Request a feature
Ask the Hermoso team for a capability that doesn't exist yet. Use this when you need something Hermoso genuinely can't do — an unsupported platform or channel, a missing model, an export format, a tool that would have completed the user's task but isn't available. Say what the user was trying to achieve, not just the feature name — the use case is what gets built. Free, no credits.
| Parameter | Type | Description |
|---|
summaryrequired | string | one line: the capability you need |
detailsrequired | string | what the user was actually trying to achieve, why the current tools couldn't do it, and what you'd expect the capability to do |
billing_status#
Billing status read-only
Show this account's billing at a glance: current plan (id + label + the price it is ACTUALLY billed — quote plan.priceUsd per plan.period, not plan.monthlyUsd), credit balance, whether auto-reload is on, whether a card is on file, and whether YOU (this key) have ADMIN rights to change billing. Read-only, free. Call it before upgrade_plan / set_auto_reload to know what's possible — members have read-only billing. IN A SHARED TEAM WORKSPACE A MEMBER SEES THE PLAN AND THE BALANCE ONLY: the workspace owner's payment card and auto-reload belong to them and are not reported (billingScope:'member'). Never tell a member there is no card on file — the honest answer is that you cannot see it.
No parameters.
upgrade_plan#
Upgrade plan
Change this account's SUBSCRIPTION plan (admin only). Call with no argument to list the plans (id · monthly price · monthly credits); call again with `plan` set to a plan id. A NEW subscriber gets a ready-to-pay Stripe Checkout URL to hand your human — THEY pay on Stripe (agents never spend money directly). If the account already has a paid plan, or you're DOWNGRADING, the change is made by a person in the app (Settings → Billing) and the tool returns exactly what to do. Members (read-only billing) get an honest 'ask an admin' message. Nothing is charged until your human pays.
| Parameter | Type | Description |
|---|
plan | string | the plan id to move to (e.g. pro) — omit to list the available plans first |
period | "mo" | "yr" | billing cadence — monthly (default) or yearly (2 months free) |
set_auto_reload#
Set auto-reload
Turn automatic credit reloads on or off (admin only): when the balance drops below a threshold, the card on file is charged for a top-up pack — SERVER-SIDE, even with no app open. Requires a saved card, added once in the app at first checkout/top-up; if there's none the tool tells you exactly where to add it. After that one-time card setup, agents can manage auto-reload, top-ups and plan links fully. Members (read-only billing) get an 'ask an admin' message.
| Parameter | Type | Description |
|---|
enabledrequired | boolean | true to turn auto-reload on, false to turn it off |
thresholdCredits | integer | reload when the balance drops below this many credits |
reloadCredits | integer | how many credits to add each reload — must match a credit pack size (see buy_credits) |
list_brands#
List brands read-only
List every brand on this account (id + name) and which one this connection currently acts on, PLUS any brand another account shared with you (a team workspace). Multi-brand accounts: call this, then use_brand to switch. A SHARED workspace is switched into the SAME way — pass its name or the profile id printed here to use_brand. If a brand looks empty (no connected accounts, no Library) when the app shows it full, you are almost certainly acting on a different workspace: call this first. Read-only, free.
No parameters.
use_brand#
Switch brand
Pin which brand this connection acts on (multi-brand accounts). Pass the brand id or exact name from list_brands. Works for a brand on your own account AND for a workspace another account SHARED with you — for a shared one pass its name or the profile id list_brands prints, and access is verified against your real membership before it is pinned. Persists for this API key until changed, on every surface (hosted connector included — no environment variables, no restart).
| Parameter | Type | Description |
|---|
brandrequired | string | brand id (e.g. default / p_xxx), its exact name from list_brands, or the profile id of a workspace shared with you |
BRAND WORKSPACE LIFECYCLE
create_brand#
Create a brand workspace
Add a NEW brand workspace (a separate brand/client on this account) and switch to it. Each workspace has its OWN brand profile, memory, swipefile, Library, avatars, skills, playbooks and connectors — nothing leaks between them. Use this for a second brand or a new client; use draft_brand to FILL a workspace, and update_brand to edit one. Re-running with the same name returns the existing workspace instead of a duplicate. Free (the ~50-credit research cascade only starts when you then run draft_brand).
| Parameter | Type | Description |
|---|
namerequired | string | the brand / client name for the new workspace |
activate | boolean | switch this connection to the new brand (default true) — everything you do next scopes to it |
delete_brand#
Delete a brand workspace destructive
PERMANENTLY delete a brand workspace and EVERYTHING in it — brand profile, memory, swipefile, Library creations, generated assets, avatars, skills, playbooks, chats — and disconnect its connected accounts. Irreversible, and it applies to everyone the workspace is shared with. Call it WITHOUT confirm first: it reports exactly what that workspace holds. Show the user that inventory verbatim, get an unambiguous yes, then call again with confirm:true — plus, if the workspace is not empty, confirmName set to its exact name and confirmConnectors set to the number of connected accounts it reported. Those two exist because confirming INTENT does not prove you picked the right WORKSPACE, and a wrong target is how a live brand was destroyed. The account's FIRST/anchor brand cannot be deleted this way (it holds the workspace's root storage) — that one is replaced from the app.
| Parameter | Type | Description |
|---|
brandrequired | string | brand id or exact name from list_brands |
confirm | boolean | REQUIRED true — this destroys the whole workspace and cannot be undone |
confirmName | string | the workspace's EXACT name, required when it is not empty — copy it from the inventory this tool returned, after the user has agreed to it |
confirmConnectors | number | the number of connected accounts the inventory reported, required when there is at least one — the user must specifically agree to losing them, because reconnecting each needs a browser and no agent can do it |
Stripe
stripe_report#
Stripe revenue report read-only
Revenue from the brand's OWN Stripe account: gross, refunds, net and succeeded-charge count per day/week/month, new customers in the window, and active subscriptions + MRR where the key can read them. This is the money side of the loop — read an ad, a hook or a launch against real revenue instead of clicks. Default window is the last 30 days; a window with no charges answers a real zero, not a failed read. Read-only, never moves money, free. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector: paste a restricted key from Developers ▸ Restricted keys).
| Parameter | Type | Description |
|---|
since | string | YYYY-MM-DD (default 30 days ago) |
until | string | YYYY-MM-DD (default today) |
granularity | "day" | "week" | "month" | default day |
currency | string | ISO code to isolate one currency, e.g. USD; omit to sum every currency as-is |
list_stripe_customers#
List Stripe customers read-only
Recent customers on the brand's OWN Stripe account — email, name, created, currency, delinquent — newest first, or one customer by exact email. Read-only, free. Needs Stripe connected.
| Parameter | Type | Description |
|---|
email | string | exact email match |
limit | number | 1–100, default 25 |
after | string | pagination cursor: the last id of the previous page |
list_stripe_charges#
List Stripe charges read-only
Recent charges on the brand's OWN Stripe account — amount, currency, status, refunds, customer email, description — newest first, optionally for one customer. Read-only, free. Needs Stripe connected.
| Parameter | Type | Description |
|---|
customerId | string | a Stripe customer id (cus_…) |
limit | number | 1–100, default 25 |
after | string | pagination cursor: the last id of the previous page |
Stripe, the full surface
list_stripe_subscriptions#
list stripe subscriptions read-only
Subscriptions on the brand's OWN Stripe account with each item's price in MAJOR units (19.00 means $19.00), interval and quantity, and the MRR each contributes. With NO status it returns everything that counts toward MRR — active + trialing + past_due — and says so; pass status all, canceled, unpaid, incomplete, incomplete_expired or paused for the rest, or filter by customer or price. Read-only, free. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
status | string | |
customerId | string | |
priceId | string | |
limit | number | |
after | string | |
list_stripe_invoices#
list stripe invoices read-only
Invoices on the brand's Stripe account, newest first: number, status (draft, open, paid, uncollectible, void), amount due and paid, customer email, dates and the hosted invoice link; filter by status or customer. Read-only, free. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
status | string | |
customerId | string | |
limit | number | |
after | string | |
list_stripe_products#
list stripe products read-only
Products on the brand's Stripe account with their active prices (amount, currency, one-time or recurring interval), which is what create_stripe_payment_link and create_stripe_subscription take. active:false lists archived products too. Read-only, free. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
active | boolean | |
limit | number | |
after | string | |
stripe_balance#
stripe balance read-only
The brand's Stripe balance (available and pending, per currency) and the most recent payouts with status and arrival date. Read-only, free. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
limit | number | |
list_stripe_refunds#
list stripe refunds read-only
Refunds on the brand's Stripe account, newest first: amount, status, reason and the charge refunded; filter by charge. Read-only, free. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
chargeId | string | |
limit | number | |
after | string | |
list_stripe_coupons#
list stripe coupons read-only
Coupons on the brand's Stripe account: percent or amount off, duration, validity and redemptions. Read-only, free. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
limit | number | |
after | string | |
create_stripe_product#
create stripe product
Create a product on the brand's Stripe account together with its default price: name, optional description, `amount` in MAJOR units — 19 or 19.00 both mean $19.00, and a zero-decimal currency like JPY is whole — a 3-letter currency, and an optional recurring interval (day, week, month, year) with intervalCount. Returns both ids, read back. On a LIVE key it shows what it is about to create and needs confirm:true; on a test key it just does it. Idempotent on its arguments. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
namerequired | string | |
description | string | |
amountrequired | number | MAJOR units — 19 or 19.00 is $19.00, never 1900 |
currencyrequired | string | |
interval | string | |
intervalCount | number | |
nickname | string | |
metadata | object | |
confirm | boolean | |
create_stripe_price#
create stripe price
Add a price to an existing Stripe product: `amount` in MAJOR units (19 or 19.00 is $19.00, never 1900), currency, optional recurring interval and intervalCount, optional nickname. Read back. LIVE key: confirm:true after showing the preview. Idempotent on its arguments. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
productIdrequired | string | |
amountrequired | number | MAJOR units — 19 or 19.00 is $19.00, never 1900 |
currencyrequired | string | |
interval | string | |
intervalCount | number | |
nickname | string | |
confirm | boolean | |
create_stripe_payment_link#
create stripe payment link
Create a shareable Stripe Payment Link: for ONE price pass priceId (price_…) with an optional quantity; for several pass lineItems: [{priceId, quantity}]. Optionally redirect to afterCompletionUrl when paid. Returns the URL. LIVE key: confirm:true after showing the preview. Idempotent on its arguments. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
priceId | string | one price — the shorthand for a single line item |
quantity | number | |
lineItems | object[] | several prices at once; use instead of priceId |
afterCompletionUrl | string | |
metadata | object | |
confirm | boolean | |
create_stripe_coupon#
create stripe coupon
Create a Stripe coupon: exactly one of percentOff (1–100) or amountOff (major units) + currency; duration once (default), repeating (with durationInMonths) or forever; optional name, id and maxRedemptions. Read back. LIVE key: confirm:true after showing the preview. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
name | string | |
id | string | |
percentOff | number | |
amountOff | number | |
currency | string | |
duration | string | |
durationInMonths | number | |
maxRedemptions | number | |
confirm | boolean | |
create_stripe_customer#
create stripe customer
Create a Stripe customer by email (optional name, phone, description, metadata). If a customer with that email already exists it is returned instead and nothing is created — pass allowDuplicate:true to create a second one on purpose. LIVE key: confirm:true after showing the preview. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
emailrequired | string | |
name | string | |
phone | string | |
description | string | |
metadata | object | |
allowDuplicate | boolean | |
confirm | boolean | |
create_stripe_subscription#
create stripe subscription
Subscribe a Stripe customer (cus_…) to a price (price_…), optional quantity and trialDays. THIS CHARGES THE CUSTOMER'S SAVED PAYMENT METHOD when there is no trial, so it ALWAYS needs confirm:true (test keys included) after you show the user exactly what will be created. Read back; an INCOMPLETE status means no chargeable card is on file. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
customerIdrequired | string | |
priceIdrequired | string | |
quantity | number | |
trialDays | number | |
metadata | object | |
confirm | boolean | |
cancel_stripe_subscription#
cancel stripe subscription
Cancel a Stripe subscription: at the end of the current period by default (the customer keeps access until then), or immediately:true to end it now. ALWAYS needs confirm:true, test keys included. The read-back distinguishes the two — a period-end cancel reports the date it will end and the status it keeps until then, an immediate one reports status canceled. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
subscriptionIdrequired | string | |
immediately | boolean | |
confirm | boolean | |
refund_stripe_charge#
refund stripe charge
Refund a Stripe charge (ch_… or a pi_… payment intent): the full refundable amount, or a partial `amount` in major units; optional reason duplicate / fraudulent / requested_by_customer. ALWAYS needs confirm:true, test keys included. Read back. Needs Stripe connected (Settings ▸ Connectors ▸ Stripe, or connect_connector).
| Parameter | Type | Description |
|---|
chargeIdrequired | string | |
amount | number | |
reason | string | |
confirm | boolean | |
PULL A WHOLE CLOUD FOLDER INTO THE LIBRARY
import_from_cloud#
Import a Drive / OneDrive folder into the Library
Pull the files in a Google Drive or OneDrive FOLDER into this brand's Library, so they can be used like anything rendered here — published, scheduled, cloned, used as a product photo or a reference. Hermoso downloads each file with the user's own connected account (a Drive/OneDrive file is not public, so this is the only way in) and stores a durable Hermoso url for each. Give `folderId` from list_drive_files / list_onedrive_files with onlyFolders — omit it for the root. GOOGLE DRIVE ONLY SHOWS WHAT THE USER HANDED OVER: our Drive scope is `drive.file`, so Hermoso can see the files and folders it created plus the ones the user picked with the Google picker in the app, and NEVER their whole Drive — if a folder comes back empty, that is the answer, and the user picks it in the app once to make it reachable. OneDrive has no such limit. SUBFOLDERS ARE NOT WALKED and Google-native docs (Docs/Sheets/Slides) have no file to download: both are reported back BY NAME rather than silently dropped, along with anything too large or unreadable, so you can tell the user exactly what did and did not come across.
| Parameter | Type | Description |
|---|
providerrequired | "drive" | "onedrive" | which cloud — `drive` is Google Drive, `onedrive` is Microsoft OneDrive |
folderId | string | the folder to import, from list_drive_files / list_onedrive_files (onlyFolders:true). Omit for the root of the drive. |
limit | number | how many files to bring across in this call (default 10, max 25). Anything over the limit is listed as skipped so you know what is left. |
list_drive_files#
List Google Drive files read-only
List the Google Drive files & folders Hermoso can reach — the ones it created, plus any the user handed over with the Google file picker in the app (the drive.file scope exposes nothing else, never their entire Drive). This is how you find the id of a file the user picked. Filter by query (name contains …), folderId (contents of a folder), or onlyFolders:true. Paginate with pageToken. Read-only.
| Parameter | Type | Description |
|---|
query | string | only files whose name contains this |
folderId | string | list the contents of this folder id |
onlyFolders | boolean | list folders only |
pageSize | number | rows per page (1–200, default 50) |
pageToken | string | cursor from a previous call |
includeTrashed | boolean | include trashed files (default false) |
get_drive_file#
Get a Drive file’s details read-only
Fetch one Drive file’s metadata — name, type, size, modified time, a webViewLink to open it and a webContentLink to download it. Pass fileId (from list_drive_files). Read-only.
| Parameter | Type | Description |
|---|
fileIdrequired | string | the Drive file id (from list_drive_files) |
update_drive_file#
Rename / move / trash a Drive file
Update a Drive file: rename (name), move it into a folder (moveToFolderId, optionally removeFromFolderId to move OUT of the old one), or trash / untrash it (trash:true|false). Pass fileId (from list_drive_files). To delete permanently, use delete_drive_file.
| Parameter | Type | Description |
|---|
fileIdrequired | string | the Drive file id |
name | string | new name |
moveToFolderId | string | folder id to move the file into (from create_drive_folder / list_drive_files) |
removeFromFolderId | string | the old parent folder id to remove (when moving) |
trash | boolean | true → move to Trash; false → restore from Trash |
delete_drive_file#
Delete a Drive file destructive
Delete a Drive file. By default it goes to Trash (recoverable); pass permanent:true to delete it forever. Pass fileId (from list_drive_files) + confirm:true. Irreversible when permanent — confirm with the user first.
| Parameter | Type | Description |
|---|
fileIdrequired | string | the Drive file id |
permanent | boolean | true = delete forever; default trashes (recoverable) |
confirm | boolean | REQUIRED true |
create_drive_folder#
Create a Drive folder
Create a folder in the user’s Google Drive (optionally nested under parentId) to organize saved files. Returns the folder id + webViewLink. Use that ID as update_drive_file’s moveToFolderId or as parentId for a nested folder. NOTE: save_to_drive’s `folder` is a NAME, not this id — it find-or-creates a folder by that name, so pass the folder NAME there (or omit and just save, then move with update_drive_file).
| Parameter | Type | Description |
|---|
namerequired | string | folder name |
parentId | string | parent folder id for a nested folder (default: Drive root) |
workspace management: Memory / Skills / Brand / Connectors /…
save_skill#
Save a skill
Save a reusable custom SKILL — a named creative directive/playbook applied to future ads (a hook formula, a UGC recipe, a compliance rule, a named specialist persona like “our founder-story style” or “short-form ad strategist”). Distill an imperative, self-contained directive. Merges into the workspace Skills library (list_skills shows built-ins + your custom skills).
| Parameter | Type | Description |
|---|
namerequired | string | short skill name, e.g. “Founder-story hook” |
directiverequired | string | the full instruction the skill applies when used (1–6 sentences, imperative) |
delete_skill#
Delete a custom skill destructive
Delete one of the workspace’s CUSTOM skills by id (from list_skills). Built-in skills/recipes can’t be deleted. Minor + re-creatable, so no confirm needed.
| Parameter | Type | Description |
|---|
idrequired | string | the custom skill id (from list_skills) |
list_memory#
List memory read-only
List the durable facts & preferences saved in this workspace’s Memory (what the studio remembers about the brand, audience, taste, and do/don’t rules) — the same Memory the web app shows. These shape every future ad. Read-only, free.
| Parameter | Type | Description |
|---|
category | string | filter to one bucket (Brand/Audience/Taste/Do/Don’t/Preference) |
limit | number | max items (default 50, max 200) |
remember#
Remember a fact
Save a durable fact or PREFERENCE about the brand, audience, or the user’s creative TASTE (e.g. “audience is first-time homebuyers”, “prefers bold lime accents”, “always captions off”) into the workspace Memory so it shapes FUTURE ads. For lasting things, not one-off requests. Merges into the existing Memory (never overwrites); de-dupes on identical text. NEVER how Hermoso, a tool, a connector or a platform API behaves (what a call returns, errors, permissions, limits, ids) and never a phone number or email — those are refused.
| Parameter | Type | Description |
|---|
textrequired | string | the fact/preference, concise |
category | string | short bucket: Brand, Audience, Taste, Do, Don’t, or Preference (default General) |
forget#
Forget a memory destructive
Delete a saved Memory item by its id (from list_memory). Records a cross-device delete so it doesn’t come back. Minor + re-creatable (you can remember it again), so no confirm needed.
| Parameter | Type | Description |
|---|
idrequired | string | the memory item id (from list_memory) |
SWIPEFILE
tidy_memory#
Tidy the Memory list destructive
Clean up and consolidate the workspace Memory: drops entries that are about how Hermoso, a tool, a connector or a platform API behaves (product behaviour, not the brand), drops phone numbers and emails, and merges near-duplicate facts into one sentence each. Call with no argument to get the PROPOSAL (what would be removed and merged, with reasons) — nothing changes. Call again with confirm:true to apply it through the same typed writers the app uses (deletes carry tombstones so they stay deleted on every device). One small model call; a few credits.
| Parameter | Type | Description |
|---|
confirm | boolean | true to APPLY the proposal; omit to only see it |
list_swipefile#
List the swipefile read-only
List this workspace's SWIPEFILE — the saved-ad research board: every named collection and the ads/creatives kept in it (advertiser, headline, body copy, media URL, platform, when it was saved, and any taste tags). The SAME board the web app's Swipefile tab shows. Use it to answer "what have we saved?", to mine the user's own taste before planning an ad, or to find a reference to remix. Read-only, free.
| Parameter | Type | Description |
|---|
collection | string | only list ads in this collection (by name or id) — omit for every collection |
limit | number | max ads to return (default 50, max 500) |
save_to_swipefile#
Save ads to the swipefile
Save one or more ads/creatives to a named SWIPEFILE collection, creating the collection if it does not exist — the headless twin of the ♥ on every ad card in the web app. Use it whenever research turns up something worth keeping: a competitor ad from search_meta_ads / pull_competitor_ads, an organic post, or one of your own renders. Saved ads persist to the workspace board the web Swipefile tab shows, and feed the taste signal every future ad is planned against. De-dupes: re-saving the same ad (same key/link/media) MOVES it into the named collection instead of duplicating it. Free.
| Parameter | Type | Description |
|---|
collectionrequired | string | the collection name — an existing one, or a new one to create |
itemsrequired | object[] | the ads to save |
SAVED CREATORS
list_creators#
List saved creators read-only
List this workspace’s SAVED CREATORS — the reusable on-camera cast (AI creators made here, a person pulled from a social profile, a consented photo upload). Read-only, FREE. Each entry gives the name, the PORTRAIT URL, where the portrait came from and whether a real person’s likeness consent is on file, how many extra pose plates exist, and any chosen or cloned voice. TO PUT ONE IN A FINISHED AD, pass their id or name as render_ad’s `creator` — that casts them for the whole spot (and skips the character-portrait render, so it costs less than not casting anyone). THE PORTRAIT URL IS THE REUSE HANDLE for the raw lanes — pass it as generate_avatar’s `image` (a talking clip of them), generate_video’s `refImage` (they star in the scene), recast_motion’s `image` (they perform a reference clip’s motion), or generate_image’s `refImages`. CALL THIS BEFORE OFFERING TO GENERATE A NEW PERSON: re-casting somebody the workspace already has keeps the SAME face across every ad, while a fresh person costs credits and breaks that continuity. An empty answer means the workspace genuinely has no cast yet — say so and offer generate_avatar / save_creator, never invent a roster.
| Parameter | Type | Description |
|---|
limit | number | max creators to return (default 24) |
save_creator#
Save a creator
Add a portrait to this workspace’s reusable CAST so the SAME person can star in future ads — the headless twin of the app’s + ▸ Pick a creator ▸ save. Pass the portrait’s public url (a generate_image render of a person, a headshot, any public photo) plus a name to call them by; from then on list_creators returns them and their url can be re-passed to generate_avatar / generate_video / recast_motion. Saving is FREE and renders nothing. LIKENESS — `source` says what the portrait IS: leave it "generated" for an AI-made person, and use "upload"/"social" ONLY for a REAL person. Pass consented:true only when the user has told you that person agreed to their likeness being used; never assert that on their behalf.
| Parameter | Type | Description |
|---|
namerequired | string | what to call this creator (e.g. “Sarah”) — list_creators and the app’s picker match on it |
imagerequired | string | public https url of the portrait (an existing render’s url, or any public photo). Not a local file path — upload it with upload_file first and save the url that returns |
source | "generated" | "upload" | "social" | "generated" (default) = an AI-made person; "upload" / "social" = a REAL person |
consented | boolean | REAL people only: the user has confirmed that person consented to their likeness being used in ads |
voice | string | a default voice name for this persona (engines + voices are in hermoso_capabilities) |
poses | string[] | up to 4 extra full-body / angle plates of the SAME person (public urls) — they make a wider shot hold the identity |
look | string | their canonical wardrobe/appearance in words — reused to hold the look steady across ads |
delete_creator#
Delete a creator destructive
Remove a saved creator from this workspace’s cast by id (from list_creators). Records a cross-device delete so they don’t reappear on the user’s other devices. It only drops the roster entry — ads already rendered with that person are untouched — and the same portrait can be saved again with save_creator, so no confirm is needed.
| Parameter | Type | Description |
|---|
idrequired | string | the creator id (from list_creators) |
update_brand#
Update brand fields
Patch SPECIFIC fields of the workspace brand profile (name, domain, sells, summary, category, audience, positioning, voice, style, goal) WITHOUT overwriting the rest — a read-modify-write on the saved brand. Use for “change our voice to playful”, “we sell to dentists now”. To onboard a brand from scratch, use draft_brand. Only pass the fields you’re changing.
| Parameter | Type | Description |
|---|
name | string | |
domain | string | website domain |
sells | string | what the brand sells |
summary | string | one-line description |
category | string | |
audience | string | |
positioning | string | |
voice | string | brand voice/tone |
style | string | visual style — palette, typography, aesthetic |
goal | string | current marketing goal |
store_get#
Read a workspace store read-only
Read one of this workspace’s data stores by key, for visibility into what the app holds — playbooks, swipefile, saved locations, avatars, creations, chats, brand, memory, skills. Read-only, free. Allowed keys: heist.memory.v1, heist.skills.v1, heist.playbooks.v1, heist.avatars.v1, heist.locations.v1, heist.chats.v1, heist.creations.v1, heist.assets.v1, heist.brand.v1, adInspo.swipefile.v1. (The typed tools — list_memory / list_skills / get_brand — are friendlier for those; use store_get for the rest.)
| Parameter | Type | Description |
|---|
keyrequired | string | the store key to read (one of the allowlisted keys) |
limit | number | max array items to return (default 50) |
APP SETTINGS
get_settings#
Read app settings read-only
Read this account's app settings — the LANGUAGE Hermoso writes ads, copy and answers in, the app appearance (theme), and whether the weekly competitor-watch email is on. Same settings as the web app's Settings pane. Read-only, free.
No parameters.
update_settings#
Change app settings
Change this account's app settings. language = the language EVERY ad, script, plan and answer is written in from now on (say the language in plain English, e.g. "German", "Japanese", "Brazilian Portuguese") — it applies to renders made over MCP as well as in the app. theme = the app's appearance, "dark" or "light". watchEmail = the weekly competitor-watch email on/off. Only pass what you are changing. Account-wide (every brand), and it takes effect on the next call.
| Parameter | Type | Description |
|---|
language | string | language for generated ads, copy and answers — e.g. "English", "German", "Japanese" |
theme | "dark" | "light" | app appearance |
watchEmail | boolean | weekly competitor-watch email on/off |
list_connectors#
List connectors read-only
List the third-party accounts connected to this workspace (Meta, Google Ads, Google Drive/Sheets/Docs, YouTube, LinkedIn, OneDrive, Slack, …) — provider, status and the connected account label — PLUS which providers are available to connect. IT ALSO FLAGS A CONNECTION WHOSE PERMISSIONS ARE OUT OF DATE: a provider writes its granted permission set into the token at consent time, so a connection authorized before a permission was approved does not carry it and never will — those calls are refused by the provider and no retry or wait can change it. Check this FIRST when a connected provider starts refusing things. The fix is a browser: the user reconnects under Workspace ▸ Connectors. A paste-a-key account needs no browser at all: connect_connector connects it from here if the user prefers that to the app. Read-only, free.
No parameters.
CONNECTOR WRITES
list_connector_accounts#
List a connector’s accounts read-only
Show every identity a connected account can act as, and which ones this BRAND is currently allowed to use — Facebook Pages + Instagram + Meta ad accounts, Google Ads customers, LinkedIn company Pages (and the personal profile), Pinterest ad accounts, Microsoft Advertising accounts. One person often administers several; only the ticked ones can be posted to or spent from. Call this before set_connector_accounts, and let the USER pick — never guess. Providers: tiktok, x, youtube, threads, bluesky, telegram, reddit, pinterest, instagram, meta, google_ads, linkedin, pinterest_ads, linkedin_ads, reddit_ads, apple_ads, microsoft_ads, google_business, google_analytics, snapchat_ads, x_ads, tiktok_ads, google_tag_manager, google_search_console, bing_webmaster. Read-only, free.
| Parameter | Type | Description |
|---|
providerrequired | "tiktok" | "x" | "youtube" | "threads" | "bluesky" | "telegram" | "reddit" | "pinterest" | "instagram" | "meta" | "google_ads" | "linkedin" | "pinterest_ads" | "linkedin_ads" | "reddit_ads" | "apple_ads" | "microsoft_ads" | "google_business" | "google_analytics" | "snapchat_ads" | "x_ads" | "tiktok_ads" | "google_tag_manager" | "google_search_console" | "bing_webmaster" | which connector’s accounts to list |
set_connector_accounts#
Choose which accounts a brand may use
Set WHICH of a connector's accounts this brand is allowed to post to and spend from — Facebook Pages / Instagram / Meta ad accounts, Google Ads customers, LinkedIn company Pages (and the personal profile), Pinterest or Microsoft Advertising ad accounts. Pass ids from list_connector_accounts. This REPLACES the current selection: anything you leave out is un-shared, and an EMPTY list shares nothing (publishing then refuses — it fails closed by design, and the server re-verifies every id against the live connection, so an id the account cannot actually reach is rejected rather than saved). Ask the user which accounts they mean; posting as the wrong Page is a public mistake. Providers: tiktok, x, youtube, threads, bluesky, telegram, reddit, pinterest, instagram, meta, google_ads, linkedin, pinterest_ads, linkedin_ads, reddit_ads, apple_ads, microsoft_ads, google_business, google_analytics, snapchat_ads, x_ads, tiktok_ads, google_tag_manager, google_search_console, bing_webmaster. Free.
| Parameter | Type | Description |
|---|
providerrequired | "tiktok" | "x" | "youtube" | "threads" | "bluesky" | "telegram" | "reddit" | "pinterest" | "instagram" | "meta" | "google_ads" | "linkedin" | "pinterest_ads" | "linkedin_ads" | "reddit_ads" | "apple_ads" | "microsoft_ads" | "google_business" | "google_analytics" | "snapchat_ads" | "x_ads" | "tiktok_ads" | "google_tag_manager" | "google_search_console" | "bing_webmaster" | which connector to scope |
accountIdsrequired | string[] | the ids (from list_connector_accounts) this brand may use — an empty array shares nothing |
disconnect_connector#
Disconnect a connected account destructive
Disconnect a third-party account from this workspace (Meta, Google Ads, Google Drive/Sheets/Docs, YouTube, TikTok, LinkedIn, X, Reddit, Pinterest, Google Business, Microsoft Advertising/OneDrive, Slack, …). This always drops the stored credentials, so every tool for that provider stops working immediately and posts/campaigns already published are NOT affected. WHETHER IT ALSO REVOKES THE GRANT AT THE PROVIDER DEPENDS ON THE PROVIDER — a few (Threads, Microsoft) publish no revocation endpoint, so the authorisation stays in place until the user removes it in that provider's own settings. The unconfirmed call reports which it is for this provider (list_connectors also carries it as revokesAtProvider) — relay that verbatim rather than promising a revoke. RECONNECTING NEEDS A BROWSER (the provider's consent screen) — an agent cannot undo this. Name the provider to the user, then call with confirm:true. Use list_connectors for the exact provider ids.
| Parameter | Type | Description |
|---|
providerrequired | string | provider id exactly as list_connectors reports it, e.g. "meta", "google_ads", "youtube", "linkedin" |
confirm | boolean | REQUIRED true — reconnecting a sign-in account afterwards needs the user's browser; a paste-a-key account is reconnected with connect_connector |
account | string | on a channel with several connected accounts (TikTok, X, YouTube, Threads, Bluesky, Telegram, Reddit, Pinterest): remove ONLY this account (@handle or id from list_connector_accounts) and keep the others |
CONNECT A PASTE-A-KEY ACCOUNT FROM HERE
connect_connector#
Connect a paste-a-key account
Connect an account that links with a KEY rather than a sign-in screen, from here, with no browser: Stripe, ChatGPT Ads, Apple Ads, Bluesky, Telegram, Bing Webmaster Tools, PostHog, Mixpanel, Amplitude, Slack, Discord, Webhook. Pass provider and fields in that provider's own field names (listed below, * = required). The key is checked live with the provider before anything is saved, exactly as the app's Connectors page checks it, and the reply is read back from the saved connection. OFFER BOTH WAYS AND LET THE USER CHOOSE: a key pasted into this chat stays in this conversation's history, while pasting it in the app (Workspace ▸ Connectors, or the one-click link https://app.hermoso.ai/?connect=<provider>) keeps it out of the chat. Hermoso never repeats a submitted key back. An account that connects through the provider's own sign-in screen (OAuth) cannot be connected here: this answers with the link to hand the user instead. Apple Ads with no key material first generates a signing key pair and returns the public key to register with Apple plus a setupToken to send back. Fields: stripe {apiKey*} · openai_ads {apiKey*} · apple_ads {clientId, teamId, keyId, privateKey, setupToken, orgId} · bluesky {identifier*, appPassword*, pds} · telegram {token*} · bing_webmaster {apiKey*} · posthog {apiKey*, region, host, projectId} · mixpanel {username*, secret*, projectId*, region, workspaceId} · amplitude {apiKey*, secretKey*, region, host} · slack {webhookUrl*} · discord {webhookUrl*} · webhook {webhookUrl*}.
| Parameter | Type | Description |
|---|
providerrequired | string | the connector id: stripe, openai_ads, apple_ads, bluesky, telegram, bing_webmaster, posthog, mixpanel, amplitude, slack, discord, webhook |
fields | object | that provider's own field names and values, e.g. {"apiKey":"…"}; the names for each provider are in the description |
REMOVE ONLY WHAT I CONTRIBUTED
leave_connector#
Remove my own account from a shared connection destructive
On a connector that several teammates can contribute their OWN account to (see list_connectors — the row reports multiContributor), remove YOURS from this brand: your stored credential is dropped and the accounts you shared stop being shared. Your teammates' accounts on the same connection keep working, and nothing changes at the provider — reconnecting in a browser shares again. Use this instead of disconnect_connector when the connection is not yours to remove: disconnect_connector revokes the grant at the provider and only the person who created the connection may call it.
| Parameter | Type | Description |
|---|
providerrequired | string | provider id exactly as list_connectors reports it, e.g. "linkedin", "tiktok_ads", "meta" |
list_team#
List team members read-only
List the members of the current brand workspace — email, role (admin/member) and status. Read-only, free.
No parameters.
invite_member#
Invite a teammate
Invite someone to this brand workspace by email (role: member = read-only on billing, admin = full). This SENDS a real email invite / share link — an account change. Confirm the exact email + role with the user, then call with confirm:true.
| Parameter | Type | Description |
|---|
emailrequired | string | the invitee’s email |
role | "member" | "admin" | default member |
confirm | boolean | REQUIRED true — this invites a real person |
remove_member#
Remove a teammate destructive
Remove a member from this brand workspace by email — they lose access (you can re-invite them later). Confirm the exact person with the user, then call with confirm:true.
| Parameter | Type | Description |
|---|
emailrequired | string | the member’s email |
confirm | boolean | REQUIRED true |
set_role#
Change a teammate’s role
Change a workspace member’s role — admin (full access incl. billing) or member (read-only on billing). A privilege change: confirm the exact person + new role with the user, then call with confirm:true.
| Parameter | Type | Description |
|---|
emailrequired | string | the member’s email |
rolerequired | "admin" | "member" | the new role |
confirm | boolean | REQUIRED true |
list_jobs#
List render jobs read-only
List the most recent render jobs + how many are currently running, so you can report on or resume in-flight work.
No parameters.