Skip to main content

aeo_list_domains

Lists domains accessible to the bearer token.
{
  "name": "aeo_list_domains",
  "arguments": {}
}
Expected use:
Find the domain ID before running domain-scoped commands.

aeo_execute_command

Executes a command string through the Aeolo command registry.
{
  "name": "aeo_execute_command",
  "arguments": {
    "command": "agent context",
    "domainId": "<domain_id>"
  }
}

Arguments

FieldRequiredNotes
commandYesCommand without the aeo prefix. Example: content list.
domainIdUsuallyRequired for domain-scoped commands.
Use aeo_list_domains first when the domain is unknown.

Good commands for MCP

agent context
domain list
visibility show
strategy show
content list
content get <id>
reference style --url ...
These are good read-only discovery commands for a read token. Write commands such as content import, public preview commands, paid jobs such as reference analyze, and publish actions require a read_write token plus user approval.

Poor MCP fits

auth login
auth logout
update
drive download
image upload --file
Those depend on local OS behavior or local files.